{"id":6919,"date":"2024-10-31T16:00:26","date_gmt":"2024-10-31T20:00:26","guid":{"rendered":"https:\/\/emsdev.digpants.com\/?page_id=6919"},"modified":"2026-01-12T09:49:33","modified_gmt":"2026-01-12T14:49:33","slug":"christmas-fund-drive","status":"publish","type":"page","link":"https:\/\/www.easternmennonite.org\/es\/support\/christmas-fund-drive\/","title":{"rendered":"Christmas Fund Drive"},"content":{"rendered":"\n\n\t\n<div id=\"video-container-H2vs-e354eo\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden;\">\n\t<div id=\"youtube-player-H2vs-e354eo\" style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100vw; height: 56.25vw; min-width: 177.77vh;\"><\/div>\n<\/div>\n\n<!-- Simple overlay that just blocks clicks but doesn't interfere with API -->\n<div id=\"simple-blocker-H2vs-e354eo\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: transparent;\" onclick=\"return false;\" onmousedown=\"return false;\"><\/div>\n\n<div id=\"video-controls-H2vs-e354eo\" style=\"position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 15px;\">\n\t<button id=\"restart-btn-H2vs-e354eo\" class=\"ems-video-restart-btn\" style=\"width: 50px; height: 50px; color: white; border: none; border-radius: 50%; cursor: pointer; font-size: 28px; display: flex; align-items: center; justify-content: center; transition: background 0.3s;\">\n  \t<\/button>\n\t<button id=\"mute-btn-H2vs-e354eo\" class=\"ems-video-mute-btn\" style=\"width: 50px; height: 50px; color: white; border: none; border-radius: 50%; cursor: pointer; font-size: 26px; display: flex; align-items: center; justify-content: center; transition: background 0.3s;\">\n\t<\/button>\n<\/div>\n\n<style>\n.ems-video-restart-btn {\n\tbackground-color: rgba(0,0,0,0.5) !important;\n\tbackground-image: url('https:\/\/www.easternmennonite.org\/wp-content\/plugins\/ems-companion\/images\/icon-restart.png');\n\tbackground-repeat: no-repeat;\n\tbackground-size: 30px;\n\tbackground-position: center center;\n}\n.ems-video-mute-btn {\n\tbackground-color: rgba(0,0,0,0.5) !important;\n\tbackground-image: url('https:\/\/www.easternmennonite.org\/wp-content\/plugins\/ems-companion\/images\/icon-volume-high.png');\n\tbackground-repeat: no-repeat;\n\tbackground-size: 30px;\n\tbackground-position: center center;\n}\n.ems-video-mute-btn.ems-video-mute-btn-muted {\n\tbackground-image: url('https:\/\/www.easternmennonite.org\/wp-content\/plugins\/ems-companion\/images\/icon-volume-x.png');\n}\n.ems-video-restart-btn:hover,\n.ems-video-restart-btn:focus,\n.ems-video-restart-btn:active,\n.ems-video-mute-btn:hover,\n.ems-video-mute-btn:focus,\n.ems-video-mute-btn:active {\n\tbackground-color: rgba(0,0,0,0.9) !important;\n}\n<\/style>\n\n<script>\nvar player_H2vs_e354eo;\nvar isMuted_H2vs_e354eo = true;\nvar videoId = 'H2vs-e354eo';\n\nfunction restartVideo_H2vs_e354eo() {\n  if (player_H2vs_e354eo) {\n    player_H2vs_e354eo.seekTo(0);\n    player_H2vs_e354eo.playVideo();\n  }\n}\n\nfunction toggleMute_H2vs_e354eo() {\n  var btn_H2vs_e354eo = document.getElementById('mute-btn-H2vs-e354eo');\n\n  if (player_H2vs_e354eo) {\n    if (isMuted_H2vs_e354eo) {\n      player_H2vs_e354eo.unMute();\n      player_H2vs_e354eo.setVolume(75);\n      btn_H2vs_e354eo.className = 'ems-video-mute-btn';\n      isMuted_H2vs_e354eo = false;\n    } else {\n      player_H2vs_e354eo.mute();\n      btn_H2vs_e354eo.className = 'ems-video-mute-btn ems-video-mute-btn-muted';\n      isMuted_H2vs_e354eo = true;\n    }\n  }\n}\n\n\/\/ Simple event setup\ndocument.addEventListener('DOMContentLoaded', function() {\n  setTimeout(function() {\n    var restartBtn_H2vs_e354eo = document.getElementById('restart-btn-H2vs-e354eo');\n    var muteBtn_H2vs_e354eo = document.getElementById('mute-btn-H2vs-e354eo');\n\n    if (restartBtn_H2vs_e354eo) {\n      restartBtn_H2vs_e354eo.onclick = restartVideo_H2vs_e354eo;\n    }\n\n    if (muteBtn_H2vs_e354eo) {\n      muteBtn_H2vs_e354eo.onclick = toggleMute_H2vs_e354eo;\n    }\n  }, 1000);\n});\n\nfunction onYouTubeIframeAPIReady() {\n\n  player_H2vs_e354eo = new YT.Player('youtube-player-H2vs-e354eo', {\n    height: '100%',\n    width: '100%',\n    videoId: videoId,\n    playerVars: {\n      'autoplay': 1,\n      'mute': 1,\n      'loop': 1,\n      'playlist': videoId,\n      'controls': 0,\n      'showinfo': 0,\n      'rel': 0,\n      'iv_load_policy': 3,\n      'modestbranding': 1,\n      'disablekb': 1,\n      'fs': 0,\n      'cc_load_policy': 0,\n      'enablejsapi': 1\n    },\n    events: {\n      'onReady': function(event) {\n        event.target.mute();\n\n        var muteBtn_H2vs_e354eo = document.getElementById('mute-btn-H2vs-e354eo');\n        if (muteBtn_H2vs_e354eo) {\n          muteBtn_H2vs_e354eo.className = 'ems-video-mute-btn ems-video-mute-btn-muted';\n        }\n      },\n      'onStateChange': function(event) {\n        if (event.data == YT.PlayerState.ENDED) {\n          player_H2vs_e354eo.seekTo(0);\n          player_H2vs_e354eo.playVideo();\n        }\n      }\n    }\n  });\n}\n\nvar tag_H2vs_e354eo = document.createElement('script');\ntag_H2vs_e354eo.src = \"https:\/\/www.youtube.com\/iframe_api\";\nvar firstScriptTag_H2vs_e354eo = document.getElementsByTagName('script')[0];\nfirstScriptTag_H2vs_e354eo.parentNode.insertBefore(tag_H2vs_e354eo, firstScriptTag_H2vs_e354eo);\n<\/script>\n<h1>\n\t\t\tAcademics\t<\/h1>\n\t<h3>Where the Light Begins<\/h3>\n<p><strong>The 2025-2026 Christmas Fund Drive<\/strong> invites supporters and students to come together to reach our goal of $150,000 to strengthen our learning community!<\/p>\n<p>Where do you see the light? And how will you shine the light?<\/p>\n\t\t\t<a href=\"https:\/\/app.dvforms.net\/api\/dv\/dw2xe8\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\tMake your gift!\n\t\t\t\t\t<\/a>\n<h2>\n\t\t\tWatch Students lead  the 77th Christmas Fund Drive!\t<\/h2>\n\t<p><strong>This drive supports our <a href=\"https:\/\/www.easternmennonite.org\/support\/flames-fund\/\" target=\"_blank\" rel=\"noopener\">Flames Fund<\/a>,<\/strong> with the opportunity to give to what inspires you: student enrichment, educator excellence, campus and facilities, core values, or overall support for our mission &#8211; where needed most.\u00a0 It&#8217;s amazing what happens when people come together for causes they care about.<\/p>\n<p><strong>A tradition that continues to grow. <\/strong>EMS celebrates our 77th year of the Christmas Fund Drive. <a href=\"https:\/\/www.easternmennonite.org\/2023\/11\/celebrating-75-years-christmas-fund-drive\/\">Read the history of the drive at EMS<\/a>.<\/p>\n<p><strong><em>If you are blessed by a direction invitation from a student to support their personal goal, thank you for responding warmly. You encourage them and help inspire generosity, service, and integrity!<\/em><\/strong><\/p>\n<h2>\n\t\t\tFUND DRIVE GOAL\t<\/h2>\n\t<iframe loading=\"lazy\" style='width:100%;height:375px;'  src=\"https:\/\/app.dvforms.net\/api\/dv\/p5x4r1\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\"><\/iframe>\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.easternmennonite.org\/wp-content\/uploads\/2025\/11\/25-26-Flames-Fund-Pie-with-title.jpg\" alt=\"Your paragraph text - 1\" itemprop=\"image\" height=\"978\" width=\"509\" title=\"Your paragraph text - 1\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t\t\t<h3>Why did you give?<\/h3>\n\t\t\t<p>&#8220;We continue to give because we want other students to have the same experience at EMS that our son did.&#8221;<br \/>Mother of &#8217;93 alum.<\/p>\t\t\n\t\t\t<p><em>My kids are so happy to be attending EMS! They love being able to be with their friends. It makes a big different for them to have interactive learning which gives them a sense of community and support.&#8221; -Melinda, 6th and 9th grade parent.<\/em>\u00a0<\/p>\t\t\n\t\t\t<p>EMS is a truly unique place and such important, lifegiving things are happening there. It&#8217;s a privilege to be able to offer what support we can. Thank you for all you do to enable the success of the school. &#8211; Parent of alumni children and board member<\/p>\t\t\n\t<h2>GIVING TUESDAY &#8211; We did it together!<\/h2>\n<p>We exceeded 2024! Last year we raised $16,491.50. This year, 35 supporters gave <strong>$17,307! <\/strong>These gifts kick off Christmas Fund Drive and encourage students as they begin writing cards and inviting support. That&#8217;s 11.5% of our Fund Drive goal! Thank you!<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Acad\u00e9micos Donde Comienza la Luz. La Campa\u00f1a Navide\u00f1a de Donaciones 2025-2026 invita a simpatizantes y estudiantes a unirse para alcanzar nuestra meta de $150,000 y fortalecer nuestra comunidad educativa. \u00bfD\u00f3nde ves la luz? \u00bfY c\u00f3mo la iluminar\u00e1s? \u00a1Haz tu donaci\u00f3n! \u00a1Ve a los estudiantes liderar la 77.\u00aa Campa\u00f1a Navide\u00f1a de Donaciones! Esta campa\u00f1a apoya\u2026<\/p>","protected":false},"author":1,"featured_media":77815,"parent":37,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6919","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/6919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/comments?post=6919"}],"version-history":[{"count":3,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/6919\/revisions"}],"predecessor-version":[{"id":78434,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/6919\/revisions\/78434"}],"up":[{"embeddable":true,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/pages\/37"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/media\/77815"}],"wp:attachment":[{"href":"https:\/\/www.easternmennonite.org\/es\/wp-json\/wp\/v2\/media?parent=6919"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}