{"id":4388,"date":"2026-08-10T13:19:20","date_gmt":"2026-08-10T17:19:20","guid":{"rendered":"https:\/\/giving.georgetown.edu\/give\/?page_id=4388"},"modified":"2026-09-16T09:14:03","modified_gmt":"2026-09-16T13:14:03","slug":"sep2026","status":"publish","type":"page","link":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/","title":{"rendered":"Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n*{\nline-height:1.25!important;\n\n}\n\n\nh1,h2,{\nfont-style:normal!important;\n}\n\n.gform_body .ginput_container_select::after {\n    background-color:  white!important;\n    height: 100%;\n    right: 0;\n    \/* padding: 0; *\/\n}\n\n#in2101 > ul{\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n#in2101 > ul > li {\n  position: relative;\n  padding-left: 20px;\n}\n\n#in2101 > ul > li::before {\n  content: \"\\2022\";\n  position: absolute;\n  left: 0;\n  top: 0;\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener('DOMContentLoaded', function () {\n    var link = document.querySelectorAll('.menu-item-22 a')[1];\n\n    if (link) {\n        link.href = 'https:\/\/secure.advancement.georgetown.edu\/s\/1686\/18\/giving.aspx?sid=1686&gid=4&pgid=3975&cid=5816&bledit=1&sort=1&unit=11&dids=56&appealcode=27CW012047';\n    }\n});\n<\/script>\n\n<link rel=\"stylesheet\" href=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/lp\/gravity-dwi.min.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/lp\/2026.09\/index.css\">\n\n<link rel=\"stylesheet\" href=\"https:\/\/use.typekit.net\/iop8svv.css\">\n\n \n  <div id=\"i7gq\" draggable=\"true\" class=\"lccc-page\">\n    <section id=\"iat1e\" draggable=\"true\" aria-labelledby=\"lccc-hero-title\" class=\"lccc-hero\">\n      <img decoding=\"async\" id=\"iy052\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png\" alt=\"\" aria-hidden=\"true\" class=\"lccc-hero-panel desktop\">\n      <img decoding=\"async\" id=\"icml5\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel-mobile.png\" alt=\"\" aria-hidden=\"true\" class=\"lccc-hero-panel mobile\">\n      <div id=\"igfqk\" draggable=\"true\" class=\"lccc-hero-content\">\n        <img decoding=\"async\" id=\"i3j1w\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/lombardi-logo-white.png\" alt=\"Georgetown University Lombardi Comprehensive Cancer Center\" class=\"lccc-lombardi-logo\">\n        <h1 id=\"lccc-hero-title\" draggable=\"true\">\n          <span id=\"iyclq\" draggable=\"true\" class=\"lccc-hero-title\" style=\"font-style:normal;\">September is Childhood<br id=\"il4og\" draggable=\"true\">Cancer Awareness Month<\/span>\n          <span id=\"imiht\" draggable=\"true\" class=\"lccc-hero-subtitle\" style=\"font-style:normal;\">Your gift DOUBLES to help save kids\u2019 lives!<\/span>\n        <\/h1>\n      <\/div>\n    <\/section>\n    <section id=\"iz72i\" draggable=\"true\" aria-labelledby=\"lccc-match-title\" class=\"lccc-match\">\n      <div id=\"iv54d\" draggable=\"true\" class=\"lccc-match-copy\">\n        <h2 id=\"lccc-match-title\" draggable=\"true\">Help Us Unlock $100,000 to Fight Childhood Cancer\n        <\/h2>\n        <p id=\"i216k\" draggable=\"true\">Thanks to a generous matching gift from Hyundai Hope on Wheels, your donation during Childhood Cancer Awareness Month will be doubled, up to $100,000, to accelerate pediatric cancer research with life-saving potential. Every dollar you give will be matched to help the next child diagnosed \u2026 the child waiting for a cure \u2026 children who deserve to grow up cancer-free.\n        <\/p>\n        <p id=\"i44c8\" draggable=\"true\">Please take advantage of this special opportunity to make twice the difference in the fight against cancer and bring hope to more young patients and their families!\n        <\/p>\n      <\/div>\n      <div id=\"ihfn6\" draggable=\"true\" class=\"lccc-gift-form\">\n        <p id=\"i74afj\">Choose your gift now to make 2X the impact for children facing cancer: \n        <\/p>\n<div id=\"give-form\"><div id=\"ihfn6\" draggable=\"true\" class=\"lccc-gift-form\">\n<script>\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 3.1 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_71' >\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_71'  action='\/give\/wp-json\/wp\/v2\/pages\/4388' data-formid='71' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_71' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_71_2\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio dollar-amount-radio-button field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Amount<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_71_2'>\n\t\t\t<li class='gchoice gchoice_71_2_0'>\n\t\t\t\t<input name='input_2' type='radio' value='25'  id='choice_71_2_0'    \/>\n\t\t\t\t<label for='choice_71_2_0' id='label_71_2_0' class='gform-field-label gform-field-label--type-inline'>$25<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_71_2_1'>\n\t\t\t\t<input name='input_2' type='radio' value='50'  id='choice_71_2_1'    \/>\n\t\t\t\t<label for='choice_71_2_1' id='label_71_2_1' class='gform-field-label gform-field-label--type-inline'>$50<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_71_2_2'>\n\t\t\t\t<input name='input_2' type='radio' value='75'  id='choice_71_2_2'    \/>\n\t\t\t\t<label for='choice_71_2_2' id='label_71_2_2' class='gform-field-label gform-field-label--type-inline'>$75<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_71_2_3'>\n\t\t\t\t<input name='input_2' type='radio' value='100' checked='checked' id='choice_71_2_3'    \/>\n\t\t\t\t<label for='choice_71_2_3' id='label_71_2_3' class='gform-field-label gform-field-label--type-inline'>$100<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_71_2_4'>\n\t\t\t\t<input name='input_2' type='radio' value='gf_other_choice'  id='choice_71_2_4'   onfocus=\"jQuery(this).next('input').focus();\" \/>\n\t\t\t\t<input class='small' id='input_71_2_other' name='input_2_other' type='text' value='Other' aria-label='Other' onfocus='jQuery(this).prev(\"input\")[0].click(); if(jQuery(this).val() == \"Other\") { jQuery(this).val(\"\"); }' onblur='if(jQuery(this).val().replace(\" \", \"\") == \"\") { jQuery(this).val(\"Other\"); }'   \/>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_71_5\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_71_5'>Your gift will support:<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_71_5' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='56' >Pediatric Cancer Research<\/option><option value='665' >Director&#039;s Discretionary Fund<\/option><option value='667' >Arts &amp; Humanities Program<\/option><option value='668' >Institute for Cancer and Aging Research (I-CARE)<\/option><option value='159' >Nina Hyde Center for Breast Cancer Research<\/option><option value='669' >Ralph Lauren Center for Cancer Prevention<\/option><option value='58' >Ruesch Center for the Cure of Gastrointestinal Cancers<\/option><option value='144' >Other<\/option><\/select><\/div><\/li><li id=\"field_71_4\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_4' id='input_71_4' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='27CW012047' \/><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_71' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Give Today'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_71' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_71' id='gform_theme_71' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_71' id='gform_style_settings_71' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_71' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='71' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_71' value='WyJbXSIsIjhhNzk4MjY1NmFiNTU3M2JmYmNjZTQzY2IwMmY4ZGEwIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_71' id='gform_target_page_number_71' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_71' id='gform_source_page_number_71' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 71, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery('#gform_ajax_frame_71').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_71');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_71').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_71').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_71').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_71').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_71').val();gformInitSpinner( 71, 'data:image\/gif;base64,R0lGODlhAQABAAD\/ACwAAAAAAQABAAACADs=', true );jQuery(document).trigger('gform_page_loaded', [71, current_page]);window['gf_submitting_71'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_71').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [71]);window['gf_submitting_71'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_71').text());}else{jQuery('#gform_71').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"71\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_71\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_71\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_71\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 71, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n\n      <\/div>\n      <\/div>\n    <\/div><\/section>\n    <section id=\"i7bg2\" draggable=\"true\" aria-labelledby=\"lccc-research-title\" class=\"lccc-research\">\n      <div id=\"ilpwt\" draggable=\"true\" class=\"lccc-research-grid\">\n        <div id=\"iumwj\" draggable=\"true\" aria-label=\"Jeffrey Toretsky and Aykut \u00dcren\" class=\"lccc-research-photo\">\n          <img decoding=\"async\" id=\"i94f1\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/research-doctors.png\" alt=\"Jeffrey Toretsky and Aykut \u00dcren at a Hyundai Hope on Wheels event\">\n          <div id=\"iszwab\" draggable=\"true\" class=\"lccc-research-caption\">\n            <p id=\"i9ozpb\" draggable=\"true\">\n              <strong id=\"i6iio5\" draggable=\"true\" style=\"font-weight:600!important;\">Jeffrey Toretsky, M.D.<\/strong> (left), Chief of the Division of Pediatric Hematology and Oncology, Hyundai Hope on Wheels Endowed Chair in Pediatric Oncology, and \n              <strong id=\"i0ks2g\" draggable=\"true\" style=\"font-weight:600!important;\">Aykut \u00dcren, M.D. <\/strong>\n              <span draggable=\"true\">(right)<\/span><strong draggable=\"true\"><\/strong>, Professor, Lombardi Comprehensive Cancer Center and Department&nbsp;of&nbsp;Oncology\n            <\/p>\n          <\/div>\n        <\/div>\n        <div id=\"idu2r\" draggable=\"true\" class=\"lccc-research-copy\">\n          <h2 id=\"lccc-research-title\" draggable=\"true\">Give Today to Fuel Pediatric Cancer Research\n          <\/h2>\n          <p id=\"i6soj\" draggable=\"true\" class=\"lccc-research-body\">One hundred percent of your donation today will directly support the innovative work of Georgetown Lombardi physician-scientists like Aykut \u00dcren, M.D., and Jeffrey Toretsky, M.D. The pair recently co-authored a study that uncovered a new dual function for a well-known, cancer-related protein called ezrin. Their findings could open the door to new treatments that slow or prevent metastasis of osteosarcoma, the most common bone cancer in children and young adults.\n            <br id=\"ii8mx\" draggable=\"true\">\n          <\/p>\n          <img decoding=\"async\" id=\"i85k7l\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/quote.png\">\n          <p id=\"iinqn\" draggable=\"true\" class=\"lccc-research-emphasis\">Your gift today accelerates groundbreaking research for all types of pediatric cancer and saves kids\u2019 lives.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n    <section id=\"izhp2\" draggable=\"true\" aria-labelledby=\"lccc-urgent-title\" class=\"lccc-urgent\">\n      <div id=\"i7ilq\" draggable=\"true\" class=\"lccc-urgent-banner\">\n        <h2 id=\"lccc-urgent-title\" draggable=\"true\">Your Support is Urgently Needed\n        <\/h2>\n      <\/div>\n      <div id=\"iwymo\" draggable=\"true\" class=\"lccc-urgent-grid\">\n        <div id=\"iowch\" draggable=\"true\" class=\"lccc-urgent-main\">\n          <p id=\"i4mik\" draggable=\"true\" class=\"lccc-urgent-intro\">Nearly \n            <strong id=\"iht6x\" draggable=\"true\">10,000 children<\/strong> in the United States will be diagnosed with cancer in 2026, and more than \n            <strong id=\"ifyx4\" draggable=\"true\">1,000 children<\/strong> will lose their lives to cancer.\n          <\/p>\n          <p id=\"iqo0v\" draggable=\"true\" class=\"lccc-common-label\">\n            <strong id=\"in5bp\" draggable=\"true\">The most common cancers in children are:<\/strong>\n          <\/p>\n          <div id=\"ikvzx\" draggable=\"true\" aria-label=\"Most common cancers in children\" class=\"lccc-cancer-types\">\n            <div id=\"ixp7j\" draggable=\"true\" class=\"lccc-cancer-type\">\n              <div id=\"iyr02\" draggable=\"true\" class=\"lccc-icon-circle\">\n                <img decoding=\"async\" id=\"iwcgmm\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/cancer-brain.png\" alt=\"\">\n              <\/div>\n              <strong id=\"izlrg\" draggable=\"true\">Brain tumors<\/strong>\n            <\/div>\n            <div id=\"i28iu\" draggable=\"true\" class=\"lccc-cancer-type\">\n              <div id=\"i2sge\" draggable=\"true\" class=\"lccc-icon-circle\">\n                <img decoding=\"async\" id=\"i091r\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/cancer-lymphoma.png\" alt=\"\">\n              <\/div>\n              <strong id=\"iatz8\" draggable=\"true\">Lymphoma<\/strong>\n            <\/div>\n            <div id=\"ih2ei\" draggable=\"true\" class=\"lccc-cancer-type\">\n              <div id=\"ihvmn\" draggable=\"true\" class=\"lccc-icon-circle\">\n                <img decoding=\"async\" id=\"iowc6\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/cancer-leukemia.png\" alt=\"\">\n              <\/div>\n              <strong id=\"ik0kz\" draggable=\"true\">Leukemia<\/strong>\n            <\/div>\n            <div id=\"iqnuh\" draggable=\"true\" class=\"lccc-cancer-type\">\n              <div id=\"iomg9\" draggable=\"true\" class=\"lccc-icon-circle\">\n                <img decoding=\"async\" id=\"i5sag\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/cancer-neuroblastoma.png\" alt=\"\">\n              <\/div>\n              <strong id=\"ik3jn\" draggable=\"true\">Neuroblastoma<\/strong>\n            <\/div>\n            <div id=\"i99zw\" draggable=\"true\" class=\"lccc-cancer-type\">\n              <div id=\"ip65nd\" draggable=\"true\" class=\"lccc-icon-circle\">\n                <img decoding=\"async\" id=\"itaytk\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/cancer-osteosarcoma.png\" alt=\"\">\n              <\/div>\n              <strong id=\"izhwbi\" draggable=\"true\">Osteosarcoma<\/strong>\n            <\/div>\n          <\/div>\n          <p id=\"idjoxd\" draggable=\"true\" class=\"lccc-source\">Source: American Cancer Society\n          <\/p>\n        <\/div>\n        <aside id=\"idtd0j\" draggable=\"true\" class=\"lccc-urgent-side\">\n          <div id=\"i3p0nl\" draggable=\"true\" class=\"lccc-urgent-quote\">\n            <img decoding=\"async\" id=\"ioqc9h\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/quote3.png\">\n          <\/div>\n          <div id=\"i5i815\" draggable=\"true\" class=\"lccc-sponsor\">\n            <span id=\"ib78yy\" draggable=\"true\">Generous match<br id=\"ipwro5\" draggable=\"true\">sponsored by:<\/span>\n            <img decoding=\"async\" id=\"icd143\" draggable=\"true\" src=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hyundai-hope-on-wheels.png\" alt=\"Hyundai Hope on Wheels\">\n          <\/div>\n        <\/aside>\n      <\/div>\n    <\/section>\n    <footer id=\"ioj8sd\" draggable=\"true\" class=\"lccc-footer\">\n      <div id=\"i21ud9\" draggable=\"true\" class=\"lccc-footer-info\">\n        <div id=\"i17a6u\" draggable=\"true\">\n          <h2 id=\"ihkwtu\" draggable=\"true\">About Georgetown Lombardi\n          <\/h2>\n          <p id=\"ia9uum\" draggable=\"true\">Georgetown Lombardi Comprehensive Cancer Center seeks to prevent, treat, and cure cancers by linking scientific discovery, expert and compassionate patient care, quality education, and partnership with the community\u2014guided by the principle of \n            <em id=\"ihr8tu\" draggable=\"true\">cura personalis<\/em>, \u201ccare for the whole person.\u201d Georgetown Lombardi is the research engine driving exceptional patient care across MedStar Health. #EndingCancerStartsHere\n          <\/p>\n        <\/div>\n        <div id=\"in2101\" draggable=\"true\">\n          <h2 id=\"ila2b3\" draggable=\"true\">Additional Ways to Give\n          <\/h2>\n          <ul id=\"iio6s8\" draggable=\"true\">\n            <li id=\"ib3n6k\" draggable=\"true\">Make a gift by phone at (202) 687-1690\n            <\/li>\n            <li id=\"iu712n\" draggable=\"true\">If you have questions about giving, email us at \n              <a id=\"ihn2vq\" draggable=\"true\" href=\"mailto:giving@georgetown.edu\">giving@georgetown.edu<\/a>.\n            <\/li>\n            <li id=\"ih4w83\" draggable=\"true\">To learn more about giving through a Donor-Advised Fund or other ways to support Georgetown Lombardi, visit our \n              <a id=\"i88llg\" draggable=\"true\" href=\"https:\/\/giving.georgetown.edu\/how-to-give\/gift-instructions\/\">How to Give<\/a> page.\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/footer>\n  <\/div>\n\n\n\n<link rel=\"stylesheet\" href=\"https:\/\/georgetown-lombardi.s3.amazonaws.com\/lp\/gravity-dwi.min.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/georgetown-lombardi.s3.amazonaws.com\/lp\/2025.01\/style.min.css\">\n\n<style>\n\n#i69gj b{\nfont-size: 2.063rem;\n    line-height: 1em;\nfont-family:'Helvetica Neue', sans-serif!important;\n}\n\n.gfield_label{\nmargin-bottom:15px!important;\n}\n\n.paragraph{\nline-height:1.25em!important;\n}\n\n.lc--layout-container h5{\nfont-size:1rem!important;\nfont-weight:500!important;\n}\n\n\n#idzcl,#i58xh,#izgw2{\nfont-family: 'Helvetica Neue', sans-serif!important;\n}\n\n#i58xh b{\nfont-family: 'Helvetica Neue', sans-serif!important;\nfont-weight:900;\n} \n\n#i1ird{\nfont-size:1.5rem;\n}\n\n#i70ud-2-2-2 a{\ntext-decoration:underline!important;\n}\n\n#ie408{\nmax-width:500px;\n}\n\n.desktop-logo img{max-width:450px;\n\n<\/style>\n\n<script>\ndocument.querySelector('.desktop-logo img').src = 'https:\/\/giving.georgetown.edu\/give\/wp-content\/uploads\/sites\/12\/2024\/10\/LCCC_White.png';\ndocument.querySelectorAll('nav .menu-item a')[1].href=\"https:\/\/secure.advancement.georgetown.edu\/s\/1686\/18\/giving.aspx?sid=1686&gid=4&pgid=3975&cid=5816&dids=665.667.668.159.56.669.58.144&bledit=1&sort=1&unit=11&appealcode=25CW008570\";\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>September is ChildhoodCancer Awareness Month Your gift DOUBLES to help save kids\u2019 lives! Help Us Unlock $100,000 to Fight Childhood Cancer Thanks to a generous matching gift from Hyundai Hope [&hellip;]<\/p>\n","protected":false},"author":885,"featured_media":0,"parent":3245,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page_landing-page.php","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-4388","page","type-page","status-publish","hentry"],"acf":{"share_link":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/?utm_source=do&utm_medium=email&utm_campaign=dw899_outreach","activate_citymap":false,"chart_embed":false,"contact_button_text":"","contact_email":"","mapbox_embed":false,"override_nav_logo":false,"page_header_appearance":"header-default"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609 - Give<\/title>\n<meta name=\"description\" content=\"September is ChildhoodCancer Awareness Month Your gift DOUBLES to help save kids\u2019 lives! Help Us Unlock $100,000 to Fight Childhood Cancer Thanks to a generous matching gift from Hyundai Hope [&hellip;]\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609 - Give\" \/>\n<meta property=\"og:description\" content=\"September is ChildhoodCancer Awareness Month Your gift DOUBLES to help save kids\u2019 lives! Help Us Unlock $100,000 to Fight Childhood Cancer Thanks to a generous matching gift from Hyundai Hope [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Give\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-16T13:14:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/\",\"url\":\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/\",\"name\":\"Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609 - Give\",\"isPartOf\":{\"@id\":\"https:\/\/giving.georgetown.edu\/give\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png\",\"datePublished\":\"2026-08-10T17:19:20+00:00\",\"dateModified\":\"2026-09-16T13:14:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#primaryimage\",\"url\":\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png\",\"contentUrl\":\"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/my.giving.georgetown.edu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"2023 October LCCC Evergreen TSM_Landing Page\",\"item\":\"https:\/\/giving.georgetown.edu\/give\/lccc\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/giving.georgetown.edu\/give\/#website\",\"url\":\"https:\/\/giving.georgetown.edu\/give\/\",\"name\":\"Give\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/giving.georgetown.edu\/give\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609 - Give","description":"September is ChildhoodCancer Awareness Month Your gift DOUBLES to help save kids\u2019 lives! Help Us Unlock $100,000 to Fight Childhood Cancer Thanks to a generous matching gift from Hyundai Hope [&hellip;]","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/","og_locale":"en_US","og_type":"article","og_title":"Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609 - Give","og_description":"September is ChildhoodCancer Awareness Month Your gift DOUBLES to help save kids\u2019 lives! Help Us Unlock $100,000 to Fight Childhood Cancer Thanks to a generous matching gift from Hyundai Hope [&hellip;]","og_url":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/","og_site_name":"Give","article_modified_time":"2026-09-16T13:14:03+00:00","og_image":[{"url":"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/","url":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/","name":"Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609 - Give","isPartOf":{"@id":"https:\/\/giving.georgetown.edu\/give\/#website"},"primaryImageOfPage":{"@id":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#primaryimage"},"image":{"@id":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#primaryimage"},"thumbnailUrl":"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png","datePublished":"2026-08-10T17:19:20+00:00","dateModified":"2026-09-16T13:14:03+00:00","breadcrumb":{"@id":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#primaryimage","url":"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png","contentUrl":"https:\/\/georgetown-lombardi.s3.us-east-1.amazonaws.com\/2026.09\/hero-navy-panel.png"},{"@type":"BreadcrumbList","@id":"https:\/\/giving.georgetown.edu\/give\/lccc\/sep2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/my.giving.georgetown.edu\/"},{"@type":"ListItem","position":2,"name":"2023 October LCCC Evergreen TSM_Landing Page","item":"https:\/\/giving.georgetown.edu\/give\/lccc\/"},{"@type":"ListItem","position":3,"name":"Make a Gift to Georgetown Lombardi Comprehensive Cancer Center | 202609"}]},{"@type":"WebSite","@id":"https:\/\/giving.georgetown.edu\/give\/#website","url":"https:\/\/giving.georgetown.edu\/give\/","name":"Give","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/giving.georgetown.edu\/give\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages\/4388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/users\/885"}],"replies":[{"embeddable":true,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/comments?post=4388"}],"version-history":[{"count":58,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages\/4388\/revisions"}],"predecessor-version":[{"id":4487,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages\/4388\/revisions\/4487"}],"up":[{"embeddable":true,"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/pages\/3245"}],"wp:attachment":[{"href":"https:\/\/giving.georgetown.edu\/give\/wp-json\/wp\/v2\/media?parent=4388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}