{"id":137,"date":"2024-03-24T14:28:52","date_gmt":"2024-03-24T21:28:52","guid":{"rendered":"https:\/\/togethertohelp.org\/fundraisers\/?page_id=137"},"modified":"2026-08-16T21:44:27","modified_gmt":"2026-08-17T04:44:27","slug":"welcome","status":"publish","type":"page","link":"https:\/\/togethertohelp.org\/fundraisers\/","title":{"rendered":"Welcome!"},"content":{"rendered":"\n<style>\n  :root{\n    --teal-900:#0f3d3e;\n    --teal-700:#166a67;\n    --teal-500:#1f8f89;\n    --orange-600:#e07a3f;\n    --orange-500:#f0924f;\n    --orange-100:#fdeee0;\n    --cream:#fbf7f1;\n    --ink:#20302f;\n    --muted:#5c6e6c;\n    --line:#e6ddd0;\n    --white:#ffffff;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,61,62,.08);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    font-family:\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    color:var(--ink);\n    background:var(--cream);\n    line-height:1.55;\n  }\n  a{color:inherit;text-decoration:none;}\n  img{max-width:100%;display:block;}\n  .wrap{max-width:1100px;margin:0 auto;padding:0 24px;}\n\n  \/* Header *\/\n  header.site{\n    background:var(--white);\n    border-bottom:1px solid var(--line);\n    position:sticky;top:0;z-index:50;\n  }\n  .site-header-inner{\n    display:flex;align-items:center;justify-content:space-between;\n    padding:14px 24px;max-width:1100px;margin:0 auto;gap:20px;\n  }\n  .brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.05rem;color:var(--teal-900);}\n  .brand img{width:38px;height:38px;border-radius:8px;}\n  nav.main-nav{display:flex;align-items:center;gap:26px;flex-wrap:wrap;}\n  nav.main-nav a{font-size:.95rem;font-weight:600;color:var(--teal-900);opacity:.8;}\n  nav.main-nav a:hover{opacity:1;}\n  nav.main-nav a.current{color:var(--orange-600);opacity:1;}\n  .btn{\n    display:inline-block;padding:10px 20px;border-radius:999px;font-weight:700;\n    font-size:.92rem;transition:transform .15s ease, box-shadow .15s ease;\n  }\n  .btn-donate{background:var(--orange-600);color:#fff;box-shadow:0 6px 16px rgba(224,122,63,.35);}\n  .btn-donate:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(224,122,63,.4);}\n  .btn-outline{border:2px solid var(--teal-700);color:var(--teal-700);font-weight:700;padding:8px 18px;border-radius:999px;}\n  .btn-outline:hover{background:var(--teal-700);color:#fff;}\n\n  \/* Page hero *\/\n  .page-hero{\n    background:linear-gradient(180deg,var(--teal-900) 0%,var(--teal-700) 100%);\n    color:#fff;padding:64px 24px 56px;text-align:center;\n  }\n  .eyebrow{\n    display:inline-block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;\n    background:rgba(255,255,255,.14);padding:6px 14px;border-radius:999px;margin-bottom:16px;font-weight:700;\n  }\n  .page-hero h1{font-size:2.4rem;margin:0 0 12px;font-weight:800;}\n  .page-hero p{max-width:620px;margin:0 auto;color:rgba(255,255,255,.85);font-size:1.05rem;}\n\n  \/* Section headers *\/\n  .section{padding:56px 24px;}\n  .section-head{text-align:center;max-width:640px;margin:0 auto 34px;}\n  .section-eyebrow{color:var(--orange-600);font-weight:700;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;}\n  .section-head h2{font-size:1.7rem;margin:8px 0 6px;color:var(--teal-900);}\n  .section-head p{color:var(--muted);margin:0;}\n  .year-divider{\n    display:flex;align-items:center;gap:14px;margin:48px 0 22px;\n  }\n  .year-divider span{\n    font-weight:800;color:var(--teal-900);font-size:1.15rem;white-space:nowrap;\n  }\n  .year-divider::after{content:\"\";flex:1;height:1px;background:var(--line);}\n\n  \/* Campaign cards *\/\n  .campaign-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;}\n  .card{\n    background:var(--white);border:1px solid var(--line);border-radius:var(--radius);\n    padding:26px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;\n  }\n  .card .icon{font-size:1.8rem;}\n  .badge{\n    align-self:flex-start;font-size:.72rem;font-weight:800;letter-spacing:.05em;\n    padding:4px 11px;border-radius:999px;text-transform:uppercase;\n  }\n  .badge-active{background:var(--orange-100);color:var(--orange-600);}\n  .badge-completed{background:#e9f3ee;color:var(--teal-700);}\n  .badge-ongoing{background:#eef4fb;color:#2f5f8c;}\n  .card h3{margin:0;font-size:1.15rem;color:var(--teal-900);}\n  .card p{margin:0;color:var(--muted);font-size:.95rem;flex:1;}\n  .progress-wrap{margin-top:4px;}\n  .progress-bar{height:8px;background:var(--orange-100);border-radius:999px;overflow:hidden;}\n  .progress-fill{height:100%;background:var(--orange-600);border-radius:999px;}\n  .progress-label{font-size:.82rem;color:var(--muted);margin-top:6px;font-weight:600;}\n  .card-cta{margin-top:6px;display:flex;flex-wrap:wrap;gap:10px;}\n  .card-cta a{font-weight:700;font-size:.9rem;}\n  .link-arrow{color:var(--teal-700);}\n  .link-arrow:hover{color:var(--orange-600);}\n  .video-frame{\n    border-radius:10px;overflow:hidden;border:1px solid var(--line);background:#000;\n    aspect-ratio:16\/9;\n  }\n  .video-frame video, .video-frame iframe{width:100%;height:100%;border:0;display:block;}\n  .amount-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px;}\n  .pill{background:var(--orange-100);color:var(--orange-600);font-weight:700;font-size:.85rem;padding:5px 12px;border-radius:999px;}\n\n  \/* Closing CTA *\/\n  .closing{\n    background:var(--orange-600);color:#fff;text-align:center;padding:56px 24px;border-radius:20px;\n    max-width:1100px;margin:20px auto 60px;\n  }\n  .closing h2{margin:0 0 10px;font-size:1.6rem;}\n  .closing p{margin:0 0 22px;color:rgba(255,255,255,.9);}\n  .closing .btn-donate{background:#fff;color:var(--orange-600);box-shadow:none;}\n  .closing .btn-donate:hover{background:#fff8f2;}\n\n  \/* Footer *\/\n  footer.site{background:var(--teal-900);color:rgba(255,255,255,.82);padding:52px 24px 26px;}\n  .footer-grid{\n    display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;max-width:1100px;margin:0 auto;\n  }\n  .footer-brand{display:flex;align-items:center;gap:10px;font-weight:800;color:#fff;margin-bottom:10px;font-size:1.05rem;}\n  .footer-grid h4{color:#fff;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;margin:0 0 12px;}\n  .footer-grid a{display:block;margin-bottom:8px;font-size:.92rem;opacity:.85;}\n  .footer-grid a:hover{opacity:1;color:var(--orange-500);}\n  .footer-bottom{\n    max-width:1100px;margin:36px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);\n    display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.85rem;opacity:.75;\n  }\n  @media (max-width:800px){\n    nav.main-nav{display:none;}\n    .footer-grid{grid-template-columns:1fr 1fr;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<header class=\"site\">\n  <div class=\"site-header-inner\">\n    <a class=\"brand\" href=\"https:\/\/togethertohelp.org\/\">\n      <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/togethertohelp.org\/wp-content\/uploads\/2019\/09\/tth3-125x133.jpg?fit=125%2C133&#038;ssl=1\" alt=\"Together To Help logo\">\n      Together To Help\n    <\/a>\n    <nav class=\"main-nav\">\n      <a href=\"https:\/\/togethertohelp.org\/\">Home<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/about-us\/\">About Us<\/a>\n      <a class=\"current\" href=\"https:\/\/togethertohelp.org\/fundraisers\/\">Fundraisers<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/newsletters\/\">Newsletters<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/contact-us\/\">Contact Us<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/annual-reports\/\">Annual Reports<\/a>\n    <\/nav>\n    <a class=\"btn btn-donate\" href=\"https:\/\/www.paypal.com\/donate?hosted_button_id=WU5SSLB4MUR3G\">Donate Now \ud83e\udd1d<\/a>\n  <\/div>\n<\/header>\n\n<section class=\"page-hero\">\n  <span class=\"eyebrow\">Active &amp; Past Campaigns<\/span>\n  <h1>Fundraisers<\/h1>\n  <p>Every campaign here is a real family, a real need, and a real result made possible by donors like you. See where your donation goes.<\/p>\n<\/section>\n\n<div class=\"wrap\">\n\n  <div class=\"year-divider\"><span>2026<\/span><\/div>\n  <div class=\"campaign-grid\">\n    <div class=\"card\" style=\"grid-column: span 2; min-width:280px;\">\n      <span class=\"badge badge-active\">Active<\/span>\n      <div class=\"video-frame\">\n        <video controls poster=\"\">\n          <source src=\"https:\/\/d35he6hhgvxv3y.cloudfront.net\/tth%20easter%202023%20V2.mp4\" type=\"video\/mp4\">\n        <\/video>\n      <\/div>\n      <h3>\u2600\ufe0f Be the Light: Give Children a Chance to Rise<\/h3>\n      <p>A family with nine children is struggling to survive on just $682 a month. After paying a $363 electricity bill, almost nothing remains for food, clothing, or school supplies.<\/p>\n      <div class=\"progress-wrap\">\n        <div class=\"progress-bar\"><div class=\"progress-fill\" style=\"width:68%;\"><\/div><\/div>\n        <div class=\"progress-label\">68% funded \u00b7 Goal: $5,000<\/div>\n      <\/div>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/easter-2026\/\">\ud83d\udcd6 Read More \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"year-divider\"><span>2025<\/span><\/div>\n  <div class=\"campaign-grid\">\n    <div class=\"card\">\n      <span class=\"badge badge-completed\">Completed \ud83c\udf84<\/span>\n      <div class=\"video-frame\">\n        <iframe src=\"https:\/\/www.youtube.com\/embed\/6u7bPe-BiKk?si=uESmZPxAwxEy6_Zz\" title=\"Light a Child's Christmas in Romania\" allowfullscreen><\/iframe>\n      <\/div>\n      <h3>Light a Child&#8217;s Christmas in Romania<\/h3>\n      <p>Bringing warmth, gifts, and hope to children across Romania this holiday season.<\/p>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/light-a-childs-christmas-in-romania\/\">Go to Campaign \u2192<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"card\">\n      <span class=\"badge badge-completed\">Completed<\/span>\n      <span class=\"icon\">\ud83d\udc23<\/span>\n      <h3>This Easter, Open Your Heart!<\/h3>\n      <p>This Easter let&#8217;s come together to create a tapestry of hope and love. Your support can change lives and inspire a generation.<\/p>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/this-easter-open-your-heart\/\">\ud83d\udcd6 Read More \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"year-divider\"><span>Ongoing<\/span><\/div>\n  <div class=\"campaign-grid\">\n    <div class=\"card\">\n      <span class=\"badge badge-ongoing\">Ongoing<\/span>\n      <span class=\"icon\">\ud83c\udfe5<\/span>\n      <h3>Together We Will Save Lives \u2014 Veronica Clinic<\/h3>\n      <p>Supporting the Veronica Clinic so families in crisis have somewhere to turn for care.<\/p>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/together-we-will-save-lives\/\">\ud83d\udcd6 Read about Veronica \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"year-divider\"><span>2024<\/span><\/div>\n  <div class=\"campaign-grid\">\n    <div class=\"card\">\n      <span class=\"badge badge-completed\">The Grain of Love<\/span>\n      <span class=\"icon\">\ud83c\udf3e<\/span>\n      <h3>Simona and Her Beloved Children<\/h3>\n      <p>Your donation choice \u2014 every amount helps Simona provide for her children.<\/p>\n      <div class=\"amount-pills\"><span class=\"pill\">$30<\/span><span class=\"pill\">$50<\/span><span class=\"pill\">$100<\/span><\/div>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/grain-of-love-november-2024\/\">\ud83d\udcd6 Read Simona&#8217;s story \u2192<\/a>\n        <a class=\"btn btn-outline\" style=\"padding:6px 16px;font-size:.85rem;\" href=\"https:\/\/givebutter.com\/sYBDSb\/\">Donate<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"card\">\n      <span class=\"badge badge-active\">The Grain of Light<\/span>\n      <span class=\"icon\">\ud83d\udd6f\ufe0f<\/span>\n      <h3>Daria and Her Doll<\/h3>\n      <p>Help us reach our goal so children like Daria have a little more joy this year.<\/p>\n      <div class=\"progress-wrap\">\n        <div class=\"progress-label\">Goal: $11,000<\/div>\n      <\/div>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/the-grain-of-light-2024\/\">\ud83d\udcd6 Read Daria&#8217;s story \u2192<\/a>\n        <a class=\"btn btn-outline\" style=\"padding:6px 16px;font-size:.85rem;\" href=\"https:\/\/givebutter.com\/hTPn4w#donateModal\">Donate<\/a>\n        <a class=\"link-arrow\" href=\"https:\/\/mygivingcircle.org\/together-to-help\/free\">Vote \u2192<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"card\">\n      <span class=\"badge badge-completed\">Completed \u2714\ufe0f<\/span>\n      <span class=\"icon\">\ud83d\udc58<\/span>\n      <h3>Robes for Orphans<\/h3>\n      <p>Thank you for your generosity \u2014 together we reached this goal for children in need.<\/p>\n      <div class=\"progress-wrap\">\n        <div class=\"progress-bar\"><div class=\"progress-fill\" style=\"width:100%;\"><\/div><\/div>\n        <div class=\"progress-label\">100% funded \u00b7 Goal: $1,720<\/div>\n      <\/div>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/robes-for-orphans\/\">\ud83d\uddb1\ufe0f Go to campaign \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"year-divider\"><span>2023<\/span><\/div>\n  <div class=\"campaign-grid\">\n    <div class=\"card\">\n      <span class=\"badge badge-completed\">Giving Tuesday \u00b7 Completed \u2714\ufe0f<\/span>\n      <span class=\"icon\">\u2764\ufe0f<\/span>\n      <h3>The Grain of Love Project<\/h3>\n      <p>Thank you for your generosity \u2014 this Giving Tuesday campaign reached its full goal.<\/p>\n      <div class=\"progress-wrap\">\n        <div class=\"progress-bar\"><div class=\"progress-fill\" style=\"width:100%;\"><\/div><\/div>\n        <div class=\"progress-label\">100% funded \u00b7 Goal: $20,000<\/div>\n      <\/div>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/giving-tuesday-2023\/\">\ud83d\uddb1\ufe0f Go to campaign \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"year-divider\"><span>2022<\/span><\/div>\n  <div class=\"campaign-grid\">\n    <div class=\"card\">\n      <span class=\"badge badge-completed\">Giving Tuesday<\/span>\n      <span class=\"icon\">\ud83c\udf81<\/span>\n      <h3>It Is the Season of Giving<\/h3>\n      <p>Thank you for your generosity \u2014 your gifts made this Giving Tuesday campaign possible.<\/p>\n      <div class=\"progress-wrap\">\n        <div class=\"progress-label\">Goal: $10,000<\/div>\n      <\/div>\n      <div class=\"card-cta\">\n        <a class=\"link-arrow\" href=\"https:\/\/togethertohelp.org\/fundraisers\/the-grain-of-light-2024\/\">\ud83d\udcd6 Go to campaign \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<div class=\"closing\">\n  <h2>Your Gift Can Change a Child&#8217;s Life<\/h2>\n  <p>Every campaign above started with one family, one story, and donors who showed up.<\/p>\n  <a class=\"btn btn-donate\" href=\"https:\/\/donate.stripe.com\/fZe3dGbZ9c0edlS7sG\">Click to Donate<\/a>\n<\/div>\n\n<footer class=\"site\">\n  <div class=\"footer-grid\">\n    <div>\n      <div class=\"footer-brand\">\n        <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/togethertohelp.org\/wp-content\/uploads\/2019\/09\/tth3-125x133.jpg?fit=125%2C133&#038;ssl=1\" alt=\"Together To Help logo\" style=\"width:34px;height:34px;border-radius:8px;\">\n        Together To Help\n      <\/div>\n      <p style=\"font-size:.9rem;opacity:.85;max-width:260px;\">A volunteer-run nonprofit dedicated to helping youth and families in need.<\/p>\n      <p style=\"font-size:.9rem;opacity:.85;\">\ud83d\udcf1 <a href=\"tel:8448840204\" style=\"display:inline;\">(844) 884-0204<\/a><\/p>\n      <p style=\"font-size:.9rem;opacity:.85;\">\ud83d\udccd 2510 W. Horizon Ridge Pkwy., Suite 230, Henderson, NV 89052<\/p>\n    <\/div>\n    <div>\n      <h4>Organization<\/h4>\n      <a href=\"https:\/\/togethertohelp.org\/about-us\/\">About Us<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/about-us\/#our_partners\">Our Partners<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/annual-reports\/\">Annual Reports<\/a>\n    <\/div>\n    <div>\n      <h4>Get Involved<\/h4>\n      <a href=\"https:\/\/www.paypal.com\/donate?hosted_button_id=WU5SSLB4MUR3G\">Donate<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/fundraisers\/\">Fundraisers<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/ways-to-give\/\">Ways to Give<\/a>\n    <\/div>\n    <div>\n      <h4>Resources<\/h4>\n      <a href=\"https:\/\/togethertohelp.org\/newsletters\/\">Newsletters<\/a>\n      <a href=\"https:\/\/togethertohelp.org\/contact-us\/\">Contact Us<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"footer-bottom\">\n    <span>\u00a9 2019 \u2013 2026 Together To Help \u00b7 501(c)(3) Nonprofit \u00b7 Las Vegas, NV<\/span>\n    <a href=\"https:\/\/togethertohelp.org\/privacy-policy\/\">Privacy Policy<\/a>\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Together To Help Home About Us Fundraisers Newsletters Contact Us Annual Reports Donate Now \ud83e\udd1d Active &amp; Past Campaigns Fundraisers Every campaign here is a real family, a real need, and a real result made possible by donors like you. See where your donation goes. 2026 Active \u2600\ufe0f Be the Light: Give Children a Chance [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"lvws-blank","meta":{"footnotes":""},"class_list":["post-137","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/togethertohelp.org\/fundraisers\/wp-json\/wp\/v2\/pages\/137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/togethertohelp.org\/fundraisers\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/togethertohelp.org\/fundraisers\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/togethertohelp.org\/fundraisers\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/togethertohelp.org\/fundraisers\/wp-json\/wp\/v2\/comments?post=137"}],"version-history":[{"count":7,"href":"https:\/\/togethertohelp.org\/fundraisers\/wp-json\/wp\/v2\/pages\/137\/revisions"}],"predecessor-version":[{"id":419,"href":"https:\/\/togethertohelp.org\/fundraisers\/wp-json\/wp\/v2\/pages\/137\/revisions\/419"}],"wp:attachment":[{"href":"https:\/\/togethertohelp.org\/fundraisers\/wp-json\/wp\/v2\/media?parent=137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}