CINXE.COM
Find Best Charities To Donate | Charity Ratings, Reviews
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title> Find Best Charities To Donate | Charity Ratings, Reviews </title> <link href="/ResourcePackages/Bootstrap4/assets/dist/css/main.min.css?package=Bootstrap4" rel="stylesheet" type="text/css" /><link href="/Mvc/Style/VideoAndNewsList.css?package=Bootstrap4" rel="stylesheet" type="text/css" /> <script type="text/javascript">var sf_appPath='/';</script><meta name="ahrefs-site-verification" content="a7414acc7f68af59a5df63e992ab602e6c4d9b97f474f9099d341c1f9f212654"> <meta name="google-site-verification" content="hBWmZdOuvex7LVLvG_jad-Tac7n_cwxbcSmeWgROPH4" /><meta property="og:title" content="Find Best Charities To Donate | Charity Ratings, Reviews " /><meta property="og:description" content="BBB Wise Giving Alliance (BBB’s Give.org) is a standards-based charity evaluator that seeks to verify the trustworthiness of publicly-soliciting charities.." /><meta property="og:url" content="https://give.org" /><meta property="og:type" content="website" /><meta property="og:site_name" content="give_org" /><style type="text/css" media="all">/* ----------- Wrote Javascript to remove Sitefinity's added classes and id's ----------------------------*/ /* overrule sitefinity so nav fully exapands */ /* .sfPublicWrapper { margin: 0px !important; padding: 0px !important; width: 100% !important; } */ /* remove bullet points sitefinity adds */ /* .sfContentBlock ul { list-style: none !important; padding-left: 0 !important; } */ /* ------------------------------------ */ .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding: 0 !important; } /* entire nav */ .allOfNav { display: flex; width: 100%; height: 80px; align-items: center; background: #0079a3; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); } /* nav not including logo (Figma: Logo) */ .allOfNav nav { background-color: #0079a3; height: 80px; box-shadow: 0px 0px 10px 0px #00000040; width: 100%; } /* the logo image (logo includes the text of give.org bb wise giving alliance) (Figma: Frame 1)*/ .allOfNav img { display: flex; padding-right: 0px; align-items: center; background: #005f86; } .logo-link { background-color: #005F86; padding-top: 6px; padding-bottom: 5px; } .navbar { padding: 0 !important; } /* contains nav options and their dropdowns */ .navbar-nav { width: 100%; justify-content: space-evenly; height: 80px; flex-shrink: 0; background: #0079a3; align-items: center; } /* container for each dropdown */ .drop-down-menu { visibility: hidden; /* Hide initially */ opacity: 0; /* Fully transparent initially */ transition: visibility 0s, opacity 0.5s linear; /* Smooth transition for opacity */ position: absolute; top: 100%; left: 0; display: flex; width: 290px; padding: 15px 25px; margin: 0 !important; align-items: flex-start; gap: 10px; } /* create class to toggle to show dropdown */ .drop-down-menu.show-dropdown { display: block; visibility: visible; /* Make visible when active */ opacity: 1; /* Fully opaque when active */ display: inline-flex; flex-direction: column; align-items: flex-start; border-radius: 0px 0px 5px 5px; background: #3f454f; } /* nav link containers on navbar */ .nav-item { display: inline-flex; height: 80px; padding: 25px; justify-content: center; align-items: center; gap: 10px; flex-shrink: 0; position: relative; } .drop-down-item a { color: white; } .nav-item:hover { background: #3f454f; } /* nav links themselves */ .nav-item div { color: #fff !important; text-align: center; font-family: Wix Madefor Display, sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 100%; /* 18px */ cursor: default; } /* when hovering nav link, keep the text color */ .nav-item div:hover { color: #fff; } .drop-down-item { padding: 0 !important; } /* each dropdown link container */ .drop-down-item:hover { background: #e99918 !important; width: 100%; color: #3f454f; } /* dropdown links */ .drop-down-item a{ text-decoration: none; display: flex; width: 290px; padding: 15px 25px; align-items: flex-start; gap: 10px; text-align: center; font-family: Wix Madefor Display, sans-serif; font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; } /* dropdown links font color on hover */ .drop-down-item a:hover { color: #3f454f !important; text-decoration: none !important; } #navbarSupportedContent > ul > li:nth-child(5) > button { padding:0; } /* support button */ #supportBtn { display: inline-flex; height: 60px; padding: 25px; align-items: center; flex-shrink: 0; border-radius: 5px; background: #fdb913; color: black !important; margin: auto; text-decoration: none; } .hamburger-icon { display: none; } .hide { display: none; } /* fixing odd screen sizing nav links overlap issue */ @media (min-width: 769px) and (max-width: 1252px) { .navbar-nav{ text-wrap: wrap; } .nav-item { padding: 10px; gap: 0px; flex-shrink: 1; } .nav-item div { font-size: 14px; text-wrap: wrap; } #supportBtn { height: 45px; margin-left: 0px; padding: 8px; margin-right: 10px; margin-left: 0px;; font-size: 14px; text-wrap: wrap; } } /* this section necessary to remove excess blue bar as well as show nav links */ /* @media (min-width: 992px) { .navbar-collapse { */ /* Use flex to keep items in line */ /* display: flex !important; } */ /* .navbar-toggler { */ /* Hide the navbar toggle button which is causing the extra blue bar*/ /* display: none !important; } .navbar-nav { */ /* Ensure nav items are in a row */ /* flex-direction: row !important; text-wrap: wrap; } */ /* } */ /* Mobile */ @media (max-width: 991px) { .allOfNav { display: flex; width: 100%; padding-right: 0px; justify-content: space-between; align-items: center; background-color: #005f86; } /* the logo image (logo includes the text of give.org bb wise giving alliance) (Figma: Frame 1)*/ .allOfNav img { display: flex; padding-right: 0px; align-items: center; position: relative; } .logo-link { padding: 0; } /* nav not including logo (Figma: Logo) */ nav.navbar { /* hide the empty blue space in between logo and hamburger */ background-color: #005f86; position: absolute; top: 80px; height: auto; z-index: 9999; } .navbar-toggler { display: none !important; } .navbar-nav { width: auto; height: auto; text-wrap: nowrap; } .drop-down { display: flex; position: relative; } .drop-down-menu { width: 100%; } .navbar-nav .drop-down-menu { position: absolute !important; } .nav-item { width: 100%; padding: auto; } .collapse { display: none; } .show { display: block; } .hamburger-icon { margin-right: 30px; width: 35px; height: 30px; flex-shrink: 0; display: block; } #supportBtn { display: none; } } </style><style type="text/css" media="all">#mobileSupportBtn { display: inline-flex; height: 60px; padding: 26px 15px; align-items: center; flex-shrink: 0; border-radius: 5px; background: #fdb913; color: black !important; margin: auto; text-decoration: none; height: 45px; font-size: 16px; border: none !important; font-weight: 400; margin-right: 30px !important; } @media (max-width: 1024px) { #mobileSupportBtn { padding: 20px; height: 50px; font-size: 14px; margin-right: 20px !important; } } @media (max-width: 768px) { #mobileSupportBtn { padding: 15px; height: 45px; font-size: 12px; margin-right: 15px !important; } } @media (max-width: 480px) { #mobileSupportBtn { padding: 10px; height: 40px; font-size: 10px; margin-right: 10px !important; } }</style><script type="text/javascript"> document.addEventListener("DOMContentLoaded", function () { const navItems = document.querySelectorAll(".nav-item.dropdown"); navItems.forEach(function (navItem) { // Set initial state navItem.dropdownOpened = false; // Click event to toggle the dropdown navItem.addEventListener("click", function (event) { // Prevent event bubbling event.stopPropagation(); let dropdownMenu = this.querySelector(".dropdown-menu"); if (this.dropdownOpened) { // If already open, close it dropdownMenu.classList.remove("show-dropdown"); this.dropdownOpened = false; } else { // Close all open dropdowns first closeAllDropdowns(); // Open this dropdown dropdownMenu.classList.add("show-dropdown"); this.dropdownOpened = true; } }); // Hover events for large screens (if needed) if (window.innerWidth >= 768) { navItem.addEventListener("mouseenter", function () { this.querySelector(".dropdown-menu").classList.add("show-dropdown"); this.dropdownOpened = true; }); navItem.addEventListener("mouseleave", function () { this.querySelector(".dropdown-menu").classList.remove("show-dropdown"); this.dropdownOpened = false; }); } }); // Close dropdowns when clicking anywhere else on the page document.addEventListener("click", function () { closeAllDropdowns(); }); function closeAllDropdowns() { navItems.forEach(function (navItem) { navItem.querySelector(".dropdown-menu").classList.remove("show-dropdown"); navItem.dropdownOpened = false; }); } // Select the custom hamburger icon const hamburgerIcon = document.querySelector(".hamburger-icon"); hamburgerIcon.addEventListener("click", function () { // Select the navbar const navbar = document.querySelector(".navbar"); const navbarCollapse = document.querySelector(".navbar-collapse"); const navbarMenu = document.querySelector(".navbar-nav"); // Check if the navbarCollapse is currently shown if (navbarCollapse.classList.contains("show")) { // If shown, hide it navbarCollapse.classList.remove("show"); navbarCollapse.classList.add("collapse"); // Also set the navbar display to none navbar.style.display = "none"; } else { // If not shown, show it navbarCollapse.classList.remove("collapse"); navbarCollapse.classList.add("show"); // Set the navbar display to block navbar.style.display = "block"; } // Toggle a class to show/hide the navbarMenu navbarMenu.classList.toggle("show-dropdown"); }); }); </script><script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=UA-52706031-1"></script><script type="text/javascript"> <!-- Global site tag (gtag.js) - Google Analytics --> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-52706031-1'); </script><link href="/Mvc/Style/AskGive/main.css" media="all" rel="stylesheet" type="text/css" /><style type="text/css" media="all">.boxes-container { display: flex; width: 100%; justify-content: center; flex-wrap: wrap; /* Default to wrap for smaller screens */ } @media (min-width: 1441px) { .boxes-container { flex-direction: row; flex-wrap: nowrap; /* No wrapping for XL screens */ } .box-card { max-width: none !important; margin: 0px 25px 25px 25px; } } </style><link rel="next" href="https://give.org/news/?filter=all&page=2" /><link rel="canonical" href="https://give.org/" /><style type="text/css" media="all"> body > div:nth-child(1) > div.all-content.news-and-updates > div.main-content > div.featured-article > div.info-wrap > a { margin-left:4%; } .news-container { display: flex; padding: 5% 8%; flex-direction: column; gap: 30px; background: linear-gradient( 0deg, rgba(238, 238, 238, 0.2) 0%, rgba(238, 238, 238, 0.2) 100% ), rgba(216, 240, 219, 0.25); width: 100%; align-items: center; } .top-section { display: flex; justify-content: space-evenly; } .recent-news { border-radius: 10px; width:65%; } .recent-news-header { color: #4a7732; font-family: Proxima Nova, sans-serif; font-size: 22px; font-style: normal; font-weight: 400; line-height: 100%; margin-bottom: 15px; } .recent-news p { color: #575757; font-family: Wix Madefor Text, sans-serif; font-size: 18px; font-style: normal; font-weight: 300; line-height: 125%; /* 22.5px */ padding-bottom: 15px; width: 90%; } .wgw-link { color: #0079a3; font-weight: 400; line-height: 125%; text-decoration-line: underline; } .see-news-button { padding: 15px; text-wrap: nowrap; border-radius: 5px; background: #4a7732; color: #ffffff; border: none; text-decoration: none; } .featured-news { display: flex; height: 320px; width: 80%; padding: 30px 50px 30px 30px; flex-direction: column; align-items: flex-start; gap: 10px; border-radius: 10px 0px 0px 10px; background-color: #fff; } .featured-news-header { color: #575757; font-family: Proxima Nova, sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: 100%; /* 16px */ } .subhead-and-body { display: flex; flex-direction: column; gap: 20px; } .featured-header-link { color: #0079a3; font-family: Wix Madefor Display, sans-serif; font-size: 18px; font-style: normal; font-weight: 500; line-height: 125%; /* 30px */ text-decoration-line: underline; } .frame-100 { /* width: 75%; */ } .frame-100-section-2 { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; max-height: 155px; overflow: hidden; text-overflow: ellipsis; } /* middle content with header of featured news */ .featured-body { color: #575757; font-family: Wix Madefor Text, sans-serif; font-size: 16px; font-style: normal; font-weight: 400; } .read-more-link { color: #0079a3; font-family: Wix Madefor Text, sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 125%; text-decoration-line: underline; position: absolute; } .video, .frame, .video iframe { width: 100%; height: 320px; object-fit:cover; display: flex; justify-content: center; align-items: center; background-repeat: no-repeat; border-radius: 0px 10px 10px 0px; grid-area: 1 / 4 / 1 / 4; } .frame { border-radius: 0 10px 10px 0px; } .bottom-section { display: flex; justify-content: space-evenly; gap: 30px; } .news-card { height: auto; width: 100%; flex-direction: column; } .card-img-top { width: 313px; height: 173px; /* added important to override bootstrap removing top corners */ border-radius: 10px !important; opacity: 0.7; object-fit: cover; } .card-img-top:hover { opacity: 1; } /* links and text */ .news-card-body { display: flex; /* move header link away from images */ padding-top: 15px; flex-direction: column; justify-content: center; gap: 15px; width: 80%; } /* just links */ .news-links { color: #0079a3 !important; font-family: Wix Madefor Display, sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 125%; /* 22.5px */ text-decoration-line: underline !important; } .news-card-text { color: #575757; font-family: Wix Madefor Text, sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 125%; /* 20px */ } /* just the email card (last one) */ .email-card { display: flex; width: 100%; height: fit-content; padding: 20px; flex-direction: column; align-items: center; gap: 20px; border-radius: 10px; background: #7275b7; } /* title and subtext */ .email-card-top { display: flex; flex-direction: column; gap: 15px; } .email-card-title { color: #fff; font-family: Wix Madefor Display, sans-serif; font-size: 20px; font-style: normal; font-weight: 500; line-height: 125%; /* 22.5px */ } /* text under title */ .email-card-subtext { align-self: stretch; color: #eee; font-family: Wix Madefor Text, sans-serif; font-size: 16px; font-style: normal; font-weight: 200; line-height: 125%; /* 20px */ } /* email input, button and text under */ .email-card-bottom { display: flex; flex-direction: column; gap: 15px; } .input-and-button { /* display: flex; flex-direction: row; width: 100%; padding-left: 0px; */ /* align-items: flex-start; */ display: unset !important; position: relative; } .name-input, .email-input { height: 54px; border: none; /* width: 99%; */ border-radius: 5px; } .name-input { width: 100% !important; } .email-input { width: 99% !important; margin-right: 0 !important; } .email-input::placeholder, .form-input::placeholder { padding-left: 15px; color: rgba(63, 69, 79, 0.5); font-family: Wix Madefor Text, sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 100%; /* 16px */ } .email-input:focus { outline: none; } .privacy-text, .privacy-text a { width: 90%; color: #eee !important; font-family: Wix Madefor Text, sans-serif; font-size: 13px; font-style: italic; font-weight: 400; line-height: 135%; /* 17.55px */ } .privacy-text a { color: #eee; text-decoration: underline !important; } .subscribe-button { position: absolute; /* Position the button absolutely within its parent container */ right: 0px; height: 54px; padding: 15px; border-radius: 0 5px 5px 0; border: none; background: #3f454f; color: #fff; cursor: pointer; } .success-message { color: #005f86; font-size: 20px; font-style: italic; font-weight: bold; /* display: flex; position: absolute; margin-top: 140px; */ } @media (min-width: 891px) and (max-width: 940px) { .recent-news p { font-size: 16px; } } @media (min-width: 1157px) and (max-width: 1299px) { .frame-100 { width: 100%; } } @media (min-width: 891px) and (max-width: 1157px) { .featured-news { padding-right: 0; } .frame-100-section-2 p { /* display: none; */ } } @media (max-width: 890px) { #Contentplaceholder1_T60290EFB002_Col00 { padding: 0; } .news-container { display: flex; flex-direction: column; /* Ensures a vertical layout for child elements */ justify-content: flex-start; /* Aligns content to the top */ min-height: 100vh; /* Ensures the container covers the full viewport height */ background: linear-gradient( 0deg, rgba(238, 238, 238, 0.2) 0%, rgba(238, 238, 238, 0.2) 100% ), rgba(216, 240, 219, 0.25); /* Reiterates background to ensure clarity */ } .top-section { all: unset !important; display: grid !important; grid-template-rows: repeat(3, 1fr); column-gap: 0; width: 70% !important; } .recent-news { border-radius: 10px; padding: 20px; margin-bottom: 20px; text-align: center; grid-row: 1; grid-column: 1 / 4; width: 100%; } .recent-news-header { font-size: 32px; text-align: center; } .recent-news p { font-size: 26px; width: 100%; } .read-more-link { display: none; } .see-news-button { font-size: 20px; } .p1 { display: none; } .video, .video iframe, .frame { margin: auto; width: 100%; height: auto; border-radius: 10px 10px 0 0; grid-row: 2; grid-column: 1 / 4; } .frame { border-radius: 10px 10px 0 0; } /* play button */ .video svg { display: none; } /* moved from left to bottom */ .featured-news { width: 100%; margin: auto; border-radius: 0 0 10px 10px; grid-row: 3; grid-column: 1 / 4; height: fit-content; } .featured-news-header { color: #689550; width: 100%; text-align: center; margin-left: 0; font-size: 34px; margin-bottom: 18px; } .featured-header-link { margin: auto; font-size: 28px; } .frame-100 { width: 100%; } .frame-100-section-2{ max-height: unset; } .frame-100-section-2 p { font-size: 22px; margin-right: 15px; } /* .subhead-and-body { text-align: center; } */ .featured-body { font-size: 25px; } .read-more-link { font-size: 25px; } .bottom-section { all: unset !important; display: grid !important; grid-template-rows: repeat(5, 1fr); width: 70% !important; } .news-card { align-items: center; width: 100%; margin: auto; margin-bottom: 40px; } .card-img-top { width: 100%; height: auto; } .news-card-body, .news-links { text-align: center; margin: auto; } .news-links { font-size: 30px; } .news-card-text { display: none; } .email-card { width: 100%; margin: auto; margin-bottom: 40px; align-items: unset; } .email-card-title { font-size: 26px; } .email-card-subtext { font-size: 22px; } .news-card1 { grid-row: 1; grid-column: 1 / 5; } .news-card2 { grid-row: 3; grid-column: 1 / 5; } .news-card3 { grid-row: 4; grid-column: 1 / 5; } .news-card4 { grid-row: 2; grid-column: 1 / 5; } .subscribe-button { right: 0px; top: 0px; font-size: 20px; padding: 10px; text-align: center; } .name-input, .email-input, .subscribe-button { height: 60px; } .name-input::placeholder, .email-input::placeholder { font-size: 20px; } .privacy-text, .privacy-text a { font-size: 20px; } } @media (max-width: 500px) { .top-section { width: 100% !important; } .bottom-section { width: 100% !important; } .recent-news-header { font-size: 30px; text-align: center; } .recent-news p { font-size: 22px; } .see-news-button { font-size: 20px; } .featured-news { padding: 30px; } .featured-news-header { color: #689550; width: 100%; text-align: center; margin-left: 0; font-size: 30px; margin-bottom: 18px; } .featured-header-link { font-size: 22px; } .featured-body { font-size: 20px; } .subhead-and-body { font-size: 28px; text-align: center; width: 100%; } .read-more-link { font-size: 20px; } .news-links { font-size: 24px; } .email-card-title { font-size: 24px; } .email-card-subtext { font-size: 20px; } .name-input, .email-input, .subscribe-button { height: 50px; } .name-input::placeholder, .email-input::placeholder { font-size: 16px; padding-left: 10px; } .privacy-text, .privacy-text a { font-size: 17px; } } </style><style type="text/css" media="all">/* Modal container and close button */ .mailing-list-form { pointer-events: auto; /* Ensure the form itself can detect clicks */ } .give-newsletter-signup-modal .close { cursor: pointer; /* Changes the cursor to the pointer icon when hovering over the close button */ font-size: 24px; /* Slightly larger close button */ position: absolute; top: 10px; right: 15px; color: #888; transition: color 0.3s ease; } .give-newsletter-signup-modal .close:hover { color: #000; /* Darken on hover for better UX */ } /* Modal styling */ .give-newsletter-signup-modal { display: none; position: fixed; /* Keep modal in place even when scrolling */ z-index: 1000; /* Make sure it appears above everything else */ left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); /* Black background with transparency */ display: flex ; justify-content: center; align-items: center; /* Center the modal horizontally and vertically */ overflow: hidden; /* Prevent modal from overflowing */ } /* Modal content */ .give-newsletter-signup-modal-content { background-color: #fff; padding: 20px; border-radius: 8px; /* Rounded corners */ border: 1px solid #ccc; width: 40%; /* Smaller width */ max-width: 600px; /* Set a max width */ max-height: 80%; /* Limit the height */ box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */ overflow-y: auto; /* Only the content inside the modal can scroll */ position: relative; /* To keep the close button inside the modal */ } /* Constant Contact form embedded within the modal */ .ctct-inline-form { padding: 15px; /* Add padding around the embedded form */ max-width: 100%; /* Ensure the embedded form does not overflow */ } .ctct-inline-form input, .ctct-inline-form button { font-size: 14px; /* Shrink input and button text */ padding: 8px; /* Reduce padding */ margin: 5px 0; /* Reduce space between elements */ } /* Privacy text inside the modal */ .privacy-text { font-size: 12px; /* Shrink the privacy text */ color: #666; text-align: center; margin-top: 10px; } /* Responsive adjustments for smaller screens */ @media screen and (max-width: 768px) { .give-newsletter-signup-modal-content { width: 70%; padding: 15px; max-height: 85vh; /* Reduce height on smaller screens */ } .give-newsletter-signup-modal .close { font-size: 20px; /* Slightly smaller close button */ } } @media screen and (max-width: 480px) { .give-newsletter-signup-modal-content { width: 90%; padding: 10px; /* Further reduce padding */ max-height: 80vh; /* Max height on very small screens */ } .give-newsletter-signup-modal .close { font-size: 18px; /* Smaller close button on mobile */ } } </style><script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { // Step 1: Select the email card element const mailingListForm = document.querySelector('.mailing-list-form'); if (!mailingListForm) { console.error('Element with .mailing-list-form not found!'); return; } else { console.log('Element selected:', mailingListForm); // Log element to ensure it is selected } // Step 2: Clear the card content while (mailingListForm.firstChild) { mailingListForm.removeChild(mailingListForm.firstChild); } // Step 3: Add new classes to the form mailingListForm.classList.add('email-card', 'news-card4'); // Create the top part of the card const emailCardTop = document.createElement('div'); emailCardTop.classList.add('email-card-top'); emailCardTop.innerHTML = ` <div class="email-card-title">Fresh updates, delivered to your inbox every week!</div> <div class="email-card-subtext">When you subscribe to our Weekly Newsletter, you'll receive the latest information and reports, newly accredited charities, and more!</div> `; mailingListForm.appendChild(emailCardTop); // Create the bottom part of the card const emailCardBottom = document.createElement('div'); emailCardBottom.classList.add('email-card-bottom'); emailCardBottom.innerHTML = ` <input data-type="text" class="form-input name-input name single-line" type="text" placeholder="Your Name"> <div class="input-and-button mail-wrap mailing-list-form"> <div class="email-button-container"> <input class="email-input form-input email mail-input" type="email" placeholder="Email Address"> <button class="subscribe-button submit subscribe send" disabled>Subscribe</button> </div> </div> <div class="privacy-text">Your privacy is important to us, we will not sell your data. <a id="seeTermsLink" href="https://give.org/about-us/privacy-policy">See privacy policy for details.</a> </div> `; mailingListForm.appendChild(emailCardBottom); // Step 4: Create the modal and append it to the body const modal = document.createElement('div'); modal.classList.add('give-newsletter-signup-modal'); modal.style.display = 'none'; // Initially hidden modal.innerHTML = ` <div class="give-newsletter-signup-modal-content"> <span class="close">×</span> <div class="ctct-inline-form" data-form-id="985759ac-59ee-4560-a39b-07b847df1633"></div> </div> `; document.body.appendChild(modal); // Variable to hold the terms link let termsLink = ''; // Step 5: Attach event listeners for clicks on the email card and terms link document.addEventListener('click', function(event) { // Check if the click was on the "See Terms" link or the privacy policy link if (event.target.id === 'seeTermsLink') { return; // Do nothing and allow the default behavior (don't show modal) } else if (event.target.closest('.mailing-list-form')) { console.log('Email card clicked, showing modal'); modal.style.display = 'flex'; // Show the modal for other inputs } }); // Step 6: Handle modal close button click const closeModal = modal.querySelector('.close'); closeModal.addEventListener('click', function() { modal.style.display = 'none'; // Hide the modal when 'x' is clicked // Check if there is a stored terms link if (termsLink) { window.location.href = termsLink; // Redirect to the stored link termsLink = ''; // Clear the link after navigating } }); // Step 7: Close modal when clicking outside of modal content window.addEventListener('click', function(event) { if (event.target === modal) { modal.style.display = 'none'; // Hide the modal when clicking outside // Check if there is a stored terms link if (termsLink) { window.location.href = termsLink; // Redirect to the stored link termsLink = ''; // Clear the link after navigating } } }); }); </script><style type="text/css" media="all">.featured-logos { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } .frame-94, .frame-95, .frame-96 { display: flex !important; flex: 1 1 30%; /* Adjust the width of the frames, 30% is just an example */ margin: 10px; /* Add some margin for spacing between items */ } @media (max-width: 1200px) { .frame-94, .frame-95, .frame-96 { flex: 1 1 45%; /* Adjust width for medium screens */ } } @media (max-width: 768px) { .frame-94, .frame-95, .frame-96 { flex: 1 1 100%; /* Stack items on smaller screens */ } }</style><script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { // Step 1: Select the email card element const mailingListForm = document.querySelector('.footer-email-input'); if (!mailingListForm) { console.error('Element with .footer-email-input not found!'); return; } else { console.log('Element selected:', mailingListForm); // Log element to ensure it is selected } // Step 2: Create the modal and append it to the body (no changes here) const modal = document.createElement('div'); modal.classList.add('give-newsletter-signup-modal'); modal.style.display = 'none'; // Initially hidden modal.innerHTML = ` <div class="give-newsletter-signup-modal-content"> <span class="close">×</span> <div class="ctct-inline-form" data-form-id="ad37dbb5-a341-4a5e-aa4b-e1a2df3108eb"></div> </div> `; document.body.appendChild(modal); // Variable to hold the terms link let termsLink = ''; // Step 3: Attach event listeners for clicks on the email card and terms link // Use event delegation only on the mailing list form to avoid multiple triggers mailingListForm.addEventListener('click', function(event) { // Check if the click was on the "See Terms" link if (event.target.id === 'seeTermsLink') { event.preventDefault(); // Prevent the default link behavior termsLink = event.target.href; // Store the link console.log('See Terms link clicked, showing modal'); modal.style.display = 'flex'; // Show the modal } else if (event.target.closest('.mailing-list-form')) { console.log('Email card clicked, showing modal'); modal.style.display = 'flex'; // Show the modal for other inputs } event.stopPropagation(); // Stop the event from bubbling up }); // Step 4: Handle modal close button click const closeModal = modal.querySelector('.close'); closeModal.addEventListener('click', function() { modal.style.display = 'none'; // Hide the modal when 'x' is clicked // Check if there is a stored terms link if (termsLink) { window.location.href = termsLink; // Redirect to the stored link termsLink = ''; // Clear the link after navigating } }); // Step 5: Close modal when clicking outside of modal content window.addEventListener('click', function(event) { if (event.target === modal) { modal.style.display = 'none'; // Hide the modal when clicking outside // Check if there is a stored terms link if (termsLink) { window.location.href = termsLink; // Redirect to the stored link termsLink = ''; // Clear the link after navigating } } }); }); </script><style type="text/css" media="all">#random-articles{ font-family: 'Proxima Nova', Helvetica, Arial, sans-serif; }</style><style type="text/css" media="all">/* Modal container and close button */ .mailing-list-form { pointer-events: auto; /* Ensure the form itself can detect clicks */ } .give-newsletter-signup-modal .close { cursor: pointer; /* Changes the cursor to the pointer icon when hovering over the close button */ font-size: 24px; /* Slightly larger close button */ position: absolute; top: 10px; right: 15px; color: #888; transition: color 0.3s ease; } .give-newsletter-signup-modal .close:hover { color: #000; /* Darken on hover for better UX */ } /* Modal styling */ .give-newsletter-signup-modal { display: none; position: fixed; /* Keep modal in place even when scrolling */ z-index: 1000; /* Make sure it appears above everything else */ left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); /* Black background with transparency */ display: flex ; justify-content: center; align-items: center; /* Center the modal horizontally and vertically */ overflow: hidden; /* Prevent modal from overflowing */ } /* Modal content */ .give-newsletter-signup-modal-content { background-color: #fff; padding: 20px; border-radius: 8px; /* Rounded corners */ border: 1px solid #ccc; width: 40%; /* Smaller width */ max-width: 600px; /* Set a max width */ max-height: 80%; /* Limit the height */ box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */ overflow-y: auto; /* Only the content inside the modal can scroll */ position: relative; /* To keep the close button inside the modal */ } /* Constant Contact form embedded within the modal */ .ctct-inline-form { padding: 15px; /* Add padding around the embedded form */ max-width: 100%; /* Ensure the embedded form does not overflow */ } .ctct-inline-form input, .ctct-inline-form button { font-size: 14px; /* Shrink input and button text */ padding: 8px; /* Reduce padding */ margin: 5px 0; /* Reduce space between elements */ } /* Privacy text inside the modal */ .privacy-text { font-size: 12px; /* Shrink the privacy text */ color: #666; text-align: center; margin-top: 10px; } /* Responsive adjustments for smaller screens */ @media screen and (max-width: 768px) { .give-newsletter-signup-modal-content { width: 70%; padding: 15px; max-height: 85vh; /* Reduce height on smaller screens */ } .give-newsletter-signup-modal .close { font-size: 20px; /* Slightly smaller close button */ } } @media screen and (max-width: 480px) { .give-newsletter-signup-modal-content { width: 90%; padding: 10px; /* Further reduce padding */ max-height: 80vh; /* Max height on very small screens */ } .give-newsletter-signup-modal .close { font-size: 18px; /* Smaller close button on mobile */ } } </style><style type="text/css" media="all">.footer-container { width: 100%; padding: 5%; border-top: 10px solid #0079a3; background: #3f454f; display: grid; grid-template-columns: 1fr 1fr 1fr; /* Three columns */ grid-template-rows: 1fr .6fr; /* Two rows */ gap: 10px; /* Optional: space between rows and columns */ } .logo-text-socials { display: flex; flex-direction: column; align-items: flex-start; gap: 25px; grid-column: 1 / 2; /* Occupy the first column */ grid-row: 1 / 3; /* Span both rows */ } .footer-links { display: flex; justify-content: space-between; grid-column: 2/4; grid-row: 1/2; padding-bottom: 20px; border-bottom: 1px solid #f6f4ee; } .footer-logo { display: flex; align-items: center; } .left-logo { display: flex; padding-right: 0px; justify-content: center; align-items: center; width: 54.823px; height: 78.319px; margin-right: 13px; } .right-logo { width: 227.124px; height: 70.487px; flex-shrink: 0; } .text-under-logo { width: 338px; color: #dedede; font-family: Wix Madefor Text, sans-serif; font-size: 16px; font-style: normal; font-weight: 300; line-height: 135%; /* 21.6px */ } .socials { display: flex; gap: 15px; } .columns { display: flex; width: 200px; flex-direction: column; gap: 10px; flex-shrink: 0; } .column-text { width: 200px; color: #f3e7a0 !important; font-family: Wix Madefor Text, sans-serif; font-size: 18px; font-style: normal; font-weight: 300; line-height: normal; text-decoration: none; } .column-text:hover { color: #f3e7a0; } .copyright { display: flex; flex-direction: column; gap: 15px; grid-column: 2/3; grid-row: 2/3; margin-top: 20px; } .terms { display: flex; gap: 30px; text-wrap: nowrap; } .term { color: #f6f4ee !important; font-family: Wix Madefor Text, sans-serif; font-size: 14px; font-style: normal; font-weight: 300; line-height: 100%; /* 14px */ text-decoration: none; } .mailing { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; grid-column: 3 / 4; /* Occupy the third column */ grid-row: 2 / 3; /* Occupy the second row */ } .stay-informed-text { width: 80%; color: #f6f4ee; font-family: DM Sans, sans-serif; font-size: 16px; font-style: normal; font-weight: 500; line-height: 100%; /* 16px */ } .email-and-send, .footer-email-input { display: flex; width: 80%; justify-content: space-between; border-radius: 5px; background: #fff; } .footer-email-input { display: flex; align-items: flex-start; gap: 10px; border: none; } .footer-email-input:focus { outline: none; padding-left:15px; } .footer-email-input::placeholder { color: rgba(63, 69, 79, 0.75); padding-left: 15px; font-family: DM Sans, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; line-height: 100%; /* 14px */ opacity: 0.5; } .footer-send { display: flex; padding: 15px; margin-left: auto; flex-direction: column; align-items: center; background: #e99918; border: none; border-radius: 0 5px 5px 0; } .mobile-copy { display: none; } .mobile-links { display: none; } /* Mobile-specific styles */ @media (max-width: 991px) { .footer-container { display: flex; flex-direction: column; gap: 30px; } .footer-links { order: 0; width: auto; margin-top: 20px; border-bottom: none; margin: auto; padding-left: 45px; } .mobile-links { display: block; } .large-screen-links { display: none; } .socials { margin: auto; } .logo-text-socials { order: 1; grid-column: 1/2; grid-row: 1/3; margin: auto; padding-left: 20px; } .mailing { order: 2; padding: 20px; position: static; margin-top: 20px; border-bottom: 1px solid #f6f4ee; grid-column: 3 / 4; /* Occupy the third column */ grid-row: 2 / 3; /* Occupy the second row */ margin: auto; } .stay-informed-text, .email-and-send, .footer-email-input { width: 100%; } .copyright { display: flex; flex-direction: column; align-items: center; gap: 15px; order: 3; margin: auto; } .column-text { text-wrap: wrap; font-size:18px; } .gov-column-text { width: 70%; } .terms { text-align: center; align-items: center; gap: inherit; } .terms2 { flex-direction: column; grid-column: 2 / 3; /* Occupy the second column */ grid-row: 2 / 3; /* Occupy the second row */ } .term { text-wrap: nowrap; } .reg { flex-direction: row; } /* mobile copyright section */ .mobile-copy { display: block; color: white; margin: auto; margin-top: 40px; text-align: center; font-weight: 300; } } /* Mobile-specific styles */ @media (max-width: 440px) { .footer-links { justify-content: center; padding-left: 0px; margin: 20px 0 0 0; } .columns { width: 40%; } .column-text { font-size: 16px; } }</style><script type="text/javascript"> // ADD JQUERY LINK TOO https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js window.addEventListener('load', (event) => { let mailingListForm = $('.mail-wrap'); // let mailingListFormEmail = mailingListForm.find('.mail-input'); let lastToSubmit = {}; $('.mail-input').val(''); $('body').on('click', '.send', function () { let thisFormWrap = $(this).closest('.mail-wrap'); sendMailingList(thisFormWrap, $(this)); }); // Add keypress event listener to the email input field $('.mail-input').on('keypress', function (e) { if (e.which === 13) { // 13 is the keycode for Enter key e.preventDefault(); // Prevent the default action of the Enter key let thisFormWrap = $(this).closest('.mail-wrap'); sendMailingList(thisFormWrap, thisFormWrap.find('.send')); } }); function sendMailingList(formWrap, formButton) { var error = []; var mailingListEmail = formWrap.find('.mail-input').val(); if (lastToSubmit['email'] == mailingListEmail) { error.push('Your info has already been submitted'); } if (!(isEmail(mailingListEmail))) { error.push('* Please enter a valid email <em>example@site.com</em>'); } if (formWrap.prev('.error-message').length > 0) { formWrap.prev('.error-message').remove(); } if (formWrap.prev('.success-message').length > 0) { formWrap.prev('.success-message').remove(); } if (error.length > 0) { let errorMsg = '<div class="error-message" style="color: red; margin-bottom:25px;">'; let it = error.values(); for (let elements of it) { errorMsg += elements + '</br>'; } errorMsg += '</div>'; formWrap.before(errorMsg); return; } formWrap.find('.send').after('<div class="lds-grid loader"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>'); var currentMailingListForm = formWrap; var ajaxURL = window.location.origin + "/ajax-newsletter-form?sf_cntrl_id=ctl00%24Contentplaceholder1%24C001"; formButton.attr('data-disabled', 'disabled'); $.ajax({ url: ajaxURL, type: 'POST', data: { nickname_0: mailingListEmail, firstname: mailingListEmail }, success: function (data, status, xhr) { currentMailingListForm.find('.loader').remove(); if (formButton.attr('data-disabled') == "disabled") { formButton.attr('data-disabled', 'false'); } currentMailingListForm.before('<div class="success-message">Success! Thanks for joining!</div>'); lastToSubmit['email'] = mailingListEmail; }, error: function () { currentMailingListForm.find('.loader').remove(); currentMailingListForm.before('<div class="error-message" style="color:red; font-size:20px; margin-bottom:25px; font-style: italic; font-weight:bold;">We are sorry, something went wrong.</div>'); } }); } function isEmail(email) { var EmailRegex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/; return EmailRegex.test(email); } function isName(name) { var NameRegex = /^[a-zA-Z- ]*$/; return NameRegex.test(name); } }); </script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script><style type="text/css" media="all">html, body { margin: 0; padding: 0; height: 100%; width: 100%; overflow-x: hidden; } </style><script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { // Remove specific classes const classesToRemove = ['sfPublicWrapper', 'sfContentBlock', 'sf-Long-text']; classesToRemove.forEach(className => { let elements = document.getElementsByClassName(className); for (let element of elements) { element.classList.remove(className); } }); // Remove specific IDs const idsToRemove = ['sfPublicWrapper']; idsToRemove.forEach(id => { let element = document.getElementById(id); if (element) { element.removeAttribute('id'); } }); }); </script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script><style type="text/css" media="all">.parent-hero { background-repeat: no-repeat; background-size: cover; background-image: url("https://give.org/sf-images/default-source/2023-homepage-redesign/mask-group.png?Status=Temp&sfvrsn=8e204007_2"); width: 100%; height: 450px; display: flex; padding: 75px; margin-bottom: 50px; } .checkbox { width: 458px; height: 377px; flex-shrink: 0; margin: auto; } .intro { margin: auto; display: flex; width: 642px; height: 283px; padding-right: 0px; flex-direction: column; align-items: flex-start; gap: 50px; border-radius: 10px; } .copy { display: flex; width: 642px; flex-direction: column; align-items: flex-start; gap: 20px; } .hero-header { width: 488px; color: #0079a3; leading-trim: both; text-edge: cap; font-family: Wix Madefor Display, sans-serif; font-size: 60px; font-style: normal; font-weight: 500; line-height: 100%; /* 60px */ } .hero-subtext { width: 642px; height: 41px; color: #575757; leading-trim: both; text-edge: cap; font-family: Wix Madefor, sans-serif; font-size: 20px; font-style: normal; font-weight: 200; line-height: normal; } /* input, image and a-z (Figma: Search - top tier) */ .search { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; } /* Figma: Search - second tier */ .input-and-img { display: flex; width: 642px; align-items: flex-start; border-radius: 5px 0px 0px 5px; } /* Figma: Search - third tier */ .input { display: flex; margin: 0px !important; height: 50px; padding-left: 0px; align-items: center; flex: 1 0 0; border-radius: 5px 0px 0px 5px !important; border-top: 3px solid #e99918; border-bottom: 3px solid #e99918; border-left: 3px solid #e99918; border-right: none; background: #fefdfe; } .input:focus { outline: none; padding-left: 20px; } .input::placeholder { padding-left: 20px; color: #575757; font-family: Wix Madefor Display, sans-serif; font-size: 20px; font-style: normal; font-weight: 500; line-height: 100%; /* 20px */ } .search-img { width: 50px; height: 50px; flex-shrink: 0; } /* a-z container */ .trending { display: flex; align-items: center; gap: 5px; border-radius: 0px 0px 10px 10px; } .az-icon { color: #ba2334; font-family: Font Awesome 6 Pro; font-size: 18px; font-style: normal; font-weight: 400; line-height: 100%; /* 16px */ } .az-icon-link { width: 456px; color: #0079a3; leading-trim: both; text-edge: cap; font-family: Wix Madefor Text, sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 135%; /* 21.6px */ text-decoration-line: underline; } /* Screens larger than 1440px */ @media (min-width: 1441px) { .parent-hero { width: 100%; } .hero-left { margin: auto; } .checkbox { margin: auto; } } /* Mobile */ @media (max-width: 980px) { .checkbox { display: none; } } /* Mobile */ @media (max-width: 768px) { .parent-hero { width: 100%; height: 400px; flex-shrink: 0; padding: 50px 20px; margin-bottom: 0; } .intro, .copy, .hero-subtext { max-width: 380px; margin-left: auto; margin-right: auto; margin-bottom: 10px; } .intro { gap: 20px; } .hero-header { align-self: stretch; font-size: 55px; line-height: 100%; text-wrap: wrap; width: 430px; } /* Figma: Search - second tier */ .input-and-img { display: flex; width: 80%; align-items: flex-start; margin-top: 20px; } } /* Mobile */ @media (max-width: 25em) { .parent-hero { flex-wrap: wrap; } .hero-header, .intro, .copy, .hero-subtext, .input, .search, .input-and-img { width: 100%; max-width: 100%; } .hero-header { font-size: 40px; } .hero-subtext { font-size: 18px; } .input::placeholder { font-size: 18px; padding-left: 10px; } } </style><style type="text/css" media="all">.boxes-container { display: flex; width: 100%; justify-content: center; flex-wrap: wrap; } .box-card { display: flex; width: 424px; height: 430px; margin: 0 8px; margin-bottom: 10px; flex-direction: column; align-items: center; flex-shrink: 0; border-radius: 10px; background: #f6f4ee; } .box-img { border-radius: 10px 10px 0 0; width: 424px; height: 214px; flex-shrink: 0; } /* everything under image (Figma: Frame 94) */ .body { display: flex; width: 424px; padding: 20px 15px; flex-direction: column; align-items: flex-start; border-radius: 0 0 10px 10px; } .box-title { color: #3f454f; font-family: Proxima Nova, sans-serif; font-size: 28px; font-style: normal; font-weight: 500; line-height: 100%; /* 28px */ text-transform: uppercase; margin-bottom: 5px; } .texts { width: 391px; height: 112px; color: #535353; font-family: Wix Madefor Text, sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 125%; /* 22.5px */ } .s { color: #0079a3; font-family: Wix Madefor Text, sans-serif; font-size: 18px; font-style: normal; font-weight: 500; line-height: 125%; text-decoration-line: underline; } .links { text-decoration: underline; color:#005f86; } /* Screens larger than 1440px */ @media (min-width: 1441px) { .box-card { max-width: 30%; margin: 0px 25px 25px 25px; } } /* Mobile */ @media (max-width: 768px) { .boxes-container { width: 100%; display: flex; padding: 0px 15px; flex-direction: column; align-content: center; gap: 1px; } .box-card { width: 350px; height: auto; margin: 0 auto; margin-bottom: 20px; display: flex; padding: 20px; justify-content: space-between; } .box-title { font-size: 23px; } .box-img { width: 100%; height: 164px; border-radius: 10px; } /* box-title and text (Figma: Frame 94) */ .body { display: flex; width: 336px; gap: 10px; } /* text below title */ .texts { width: 90%; height: auto; color: #535353; font-family: Wix Madefor Text, sans-serif; font-size: 18px; font-style: normal; font-weight: 300; line-height: 125%; /* 22.5px */ } }</style><style type="text/css" media="all">.mission-container { font-weight: 300; font-style: italic; text-align: center; font-size: 40px; font-family: Wix Madefor Display, sans-serif; color: #0079a3; padding: 50px; } /* Mobile */ @media (max-width: 768px) { .mission-container { font-size: 25px; display: flex; width: 100%; } } /* Mobile */ @media (max-width: 430px) { .mission-container { font-size: 20px; padding: 40px 25px 50px 25px; display: flex; width: 100%; } }</style><script type="text/javascript"> // ADD JQUERY LINK TOO https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js window.addEventListener('load', (event) => { let mailingListForm = $('.mail-wrap'); let lastToSubmit = {}; let isSubmittedSuccessfully = false; // Flag to track successful submission $('.mail-input').val(''); $('body').on('click', '.send', function () { if (!isSubmittedSuccessfully) { let thisFormWrap = $(this).closest('.mail-wrap'); sendMailingList(thisFormWrap, $(this)); } }); // Add keypress event listener to the email input field $('.mail-input').on('keypress', function (e) { if (e.which === 13 && !isSubmittedSuccessfully) { // 13 is the keycode for Enter key e.preventDefault(); // Prevent the default action of the Enter key let thisFormWrap = $(this).closest('.mail-wrap'); sendMailingList(thisFormWrap, thisFormWrap.find('.send')); } }); function sendMailingList(formWrap, formButton) { var error = []; var mailingListEmail = formWrap.find('.mail-input').val(); if (lastToSubmit['email'] == mailingListEmail) { error.push('Your info has already been submitted'); } if (!(isEmail(mailingListEmail))) { error.push('* Please enter a valid email <em>example@site.com</em>'); } if (error.length > 0) { displayMessage(formWrap, error.join('<br>'), 'error'); return; } formWrap.find('.send').after('<div class="lds-grid loader"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>'); var ajaxURL = window.location.origin + "/ajax-newsletter-form?sf_cntrl_id=ctl00%24Contentplaceholder1%24C001"; formButton.attr('data-disabled', 'disabled'); $.ajax({ url: ajaxURL, type: 'POST', data: { nickname_0: mailingListEmail, firstname: mailingListEmail }, success: function (data, status, xhr) { if (!isSubmittedSuccessfully) { isSubmittedSuccessfully = true; // Set the flag to true on successful submission displayMessage(formWrap, 'Success! Thanks for joining!', 'success'); lastToSubmit['email'] = mailingListEmail; } formWrap.find('.loader').remove(); formButton.attr('data-disabled', 'false'); }, error: function () { displayMessage(formWrap, 'We are sorry, something went wrong.', 'error'); formWrap.find('.loader').remove(); } }); } function isEmail(email) { var EmailRegex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/; return EmailRegex.test(email); } function displayMessage(formWrap, message, type) { var messageClass = type === 'success' ? 'success-message' : 'error-message'; var messageStyle = type === 'success' ? 'color:#005f86; font-size:20px; margin-bottom:25px; font-style: italic; font-weight:bold;' : 'color:red; font-size:20px; margin-bottom:25px; font-style: italic; font-weight:bold;'; formWrap.prev('.' + messageClass).remove(); formWrap.before('<div class="' + messageClass + '" style="' + messageStyle + '">' + message + '</div>'); } }); </script><script type="text/javascript"> document.addEventListener('DOMContentLoaded', (event) => { // Select the form and the search image const form = document.querySelector('.input-and-img'); const searchImg = document.querySelector('.search-img'); // Add a click event listener to the search image if(searchImg) { searchImg.addEventListener('click', function(event) { // Prevent the default action event.preventDefault(); // Submit the form form.submit(); }); } }); </script><style type="text/css" media="all">.pub-container { display: flex; width: 100%; padding: 6% 3%; flex-direction: column; align-items: center; gap: 50px; } .pub-title { color: #00437b; text-align: center; font-family: Proxima Nova, sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 100%; /* 24px */ text-transform: uppercase; } .row>* { width: unset !important; } .book { display: block; padding: 0px; margin-right: 25px; margin-left: 25px; width: 232px !important; height: auto !important; opacity: 0.7; border: 2px solid #3f454f; border-radius: 10px; /* make transition in size smooth */ transition: transform 0.3s ease, opacity 0.3s ease; } /* .book-2 { margin-right: 25px; } */ .book:hover { opacity: 1; /* grow on hover */ transform: scale(1.15); } .pub-button-title { color: #fff; text-align: center; font-family: Wix Madefor Text, sans-serif; font-size: 20px; font-style: normal; font-weight: 500; line-height: 135%; /* 27px */ } .books-row { all:unset !important; } .col-6 { max-width: none !important; } /* Medium Large Mobile */ @media (max-width: 768px) { .pub-container { width: 100%; padding: 25px 15px; gap:15px; /* align-items: unset; */ } .pub-title { width: 367px; } .books-container { gap: 10px; } .row { margin: 0px !important; justify-content: center; } .book { display: flex; width: 160px !important; height: auto; margin: 10px; flex-shrink: 0; } } @media (max-width:430px) { .row { margin: 0px !important; } } </style><style type="text/css" media="all">.featured-container { display: flex; width: 100%; padding: 25px 50px 75px 50px; flex-direction: column; justify-content: center; align-items: center; gap: 30px; border-radius: 10px; } .featured-header { width: 414px; color: #3f454f; text-align: center; leading-trim: both; text-edge: cap; font-family: Proxima Nova, sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 100%; /* 24px */ } /* logos container (Figma: Frame 1989) */ .featured-logos { color: #3f454f; text-align: center; leading-trim: both; text-edge: cap; font-family: Proxima Nova, sans-serif; font-size: 24px; font-style: normal; font-weight: 600; line-height: 100%; /* 24px */ } .logo-1 { width: 148px; height: 31px; margin-right: 30px; } .logo-2 { width: 163px; height: 32px; margin-right: 30px; } .logo-3 { width: 71px; height: 35px; margin-right: 30px; } .logo-4 { width: 170px; height: 31px; margin-right: 30px; } .logo-5 { width: 149px; height: 32px; margin-right: 30px; } .logo-6 { width: 98px; height: 31px; margin-right: 30px; } .logo-7 { width: 110px; height: 31px; } /* ------ this section removes styling somehow being affected by media queries -------------------- */ /* nyt and non profit times */ .frame-94 { all:unset; } /* cnn and philanthropy */ .frame-95 { all:unset; } .frame-96 { all:unset; } /* ------------------------- */ /* Screens larger than 1440px */ @media (min-width: 1441px) { .featured-container { width: 100%; /* Full width of the container */ justify-content: space-evenly; /* Even spacing between box cards */ } } /* Mobile */ @media (max-width: 768px) { .featured-container { width: 100%; padding: 25px 50px; margin-bottom: 50px; gap: 15px; } /* all logos */ .featured-logos { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 30px; } /* creates row for nyt and non profit times */ .frame-94 { display: flex; align-items: flex-start; width: 341px; } /* creates row for cnn and philanthropy */ .frame-95 { display: flex; align-items: flex-start; justify-content: center; width: 341px; } /* the rest of the logos dont need a row created, as they are already laying correctly */ } </style><style type="text/css" media="all">@media (max-width: 991px) { .logo-text-socials { padding-left: unset !important; } }</style><meta name="Generator" content="Sitefinity 12.2.7232.0 PE" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><script type="text/javascript"> (function() {var _rdDeviceWidth = (window.innerWidth > 0) ? window.innerWidth : screen.width;var _rdDeviceHeight = (window.innerHeight > 0) ? window.innerHeight : screen.height;var _rdOrientation = (window.width > window.height) ? 'landscape' : 'portrait';})(); </script><meta name="description" content="BBB Wise Giving Alliance (BBB’s Give.org) is a standards-based charity evaluator that seeks to verify the trustworthiness of publicly-soliciting charities.." /><meta name="keywords" content="Charity, Organization, Evaluation" /></head> <body> <div> <div > <div ><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" /><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous" /><div class="allOfNav"><a href="https://give.org/" class="logo-link"><img width="256px" height="90px" "="" style="padding:10px 20px;" src="https://give.org/sf-images/default-source/alliance-redesign/give-org_white.png?Status=Temp&sfvrsn=1f6bdf85_2" alt="Give-org_White" /></a> <button id="mobileSupportBtn" class="btn btn-primary d-lg-none me-2" type="button"> <a href="https://give.org/donate" style="color:black;text-decoration:none;"> Support Give.org </a> </button><nav class="navbar navbar-expand-lg"><a href="https://give.org/" class="logo-link"><button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button></a> <div class="collapse navbar-collapse" id="navbarSupportedContent"><ul class="navbar-nav"><li class="nav-item dropdown drop-down nav-item1"><div class="nav-link" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Tips for Donating </div><ul class="dropdown-menu drop-down-menu" aria-labelledby="navbarDropdown"><li class="dropdown-item drop-down-item"><a href="https://give.org/tips-for-donors">Giving Tips</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/causes">Find a Charity for Your Cause</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/donor-landing-page/national-charity-reviews/select">Alphabetical List of Charities</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/donor-landing-page/charity-review-at-local-bbbs">Local Charity Reviews</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/ways-to-support-charities/">Ways to Support Charities</a> </li><li class="dropdown-item drop-down-item"><a href="https://givesafely.io/">Donate via GiveSafely</a> </li></ul></li><li class="nav-item dropdown drop-down nav-item2"><div class="nav-link" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Information for Charities </div><ul class="dropdown-menu drop-down-menu" aria-labelledby="navbarDropdown"><li class="dropdown-item drop-down-item"><a href="https://give.org/charity-landing-page/enrollment-form">Enroll Your Charity</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/charity-landing-page/accreditation-process">Our Accreditation Process</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/additional-charity-guidance/">Additional Charity Guidance</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/charity-landing-page/bbb-standards-for-charity-accountability">Standards for Charity Accountability</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/charity-landing-page/national-charity-seal-participant/select">National Sealholders Charity List</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/charity-landing-page/about-charity-seal-licensing">Seal Licensing</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/charity-landing-page/why-charities-should-disclose">Why Charities Should Disclose</a> </li></ul></li><li class="nav-item dropdown drop-down nav-item3"><div class="nav-link" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">News & Publications </div><ul class="dropdown-menu drop-down-menu" aria-labelledby="navbarDropdown"><li class="dropdown-item drop-down-item"><a href="https://give.org/newsletter-sign-up">Newsletter Signup</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/news?filter=all&page=1">Latest News</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/news?filter=videos&page=1">Video Library</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/wise-giving-guide-2023">Wise Giving Guide</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/the-heart-of-giving-podcast/?page=1&filter=videos">Heart of Giving Podcast</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/donortrust">Donor Trust Report</a> </li></ul></li><li class="nav-item dropdown drop-down nav-item4"><div class="nav-link" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Who We Are </div><ul class="dropdown-menu drop-down-menu" aria-labelledby="navbarDropdown"><li class="dropdown-item drop-down-item"><a href="https://give.org/about-us/our-mission">About Us</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/about-us/board-and-staff">Board and Staff</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/about-us/annual-reports">Financials</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/about-us/contact-us">Contact Us</a> </li></ul></li><li><button class="btn" type="submit"><a id="supportBtn" href="https://give.org/donate">Support Give.org</a> </button></li></ul></div></nav><svg class="hamburger-icon" xmlns="http://www.w3.org/2000/svg" width="35" height="30" viewBox="0 0 35 30" fill="none"><path d="M1.25 5.5102H33.75C34.4404 5.5102 35 4.96202 35 4.28571V1.22449C35 0.548189 34.4404 0 33.75 0H1.25C0.559609 0 0 0.548189 0 1.22449V4.28571C0 4.96202 0.559609 5.5102 1.25 5.5102ZM1.25 17.7551H33.75C34.4404 17.7551 35 17.2069 35 16.5306V13.4694C35 12.7931 34.4404 12.2449 33.75 12.2449H1.25C0.559609 12.2449 0 12.7931 0 13.4694V16.5306C0 17.2069 0.559609 17.7551 1.25 17.7551ZM1.25 30H33.75C34.4404 30 35 29.4518 35 28.7755V25.7143C35 25.038 34.4404 24.4898 33.75 24.4898H1.25C0.559609 24.4898 0 25.038 0 25.7143V28.7755C0 29.4518 0.559609 30 1.25 30Z" fill="#F3E7A0"></path></svg> </div></div> </div> <div class="row mx-auto" data-sf-element="Row"> <div id="Contentplaceholder1_T9F16A3C6012_Col00" class="sf_colsIn col-lg-9 col-md-12 col-sm-12 gb-min" data-sf-element="Column 1" data-placeholder-label="Column 1"> <div > <div ><div class="parent-hero"><div class="intro"><div class="copy"><div class="hero-header">Find Charities You Can Trust</div><div class="hero-subtext">Our reports address charity governance, finances, results reporting, transparency, and appeal accuracy. </div></div><!-- input search --> <!-- parent div separates the box from link below --> <div class="search"><form class="input-and-img" method="get" action="https://give.org/search/"><input id="search-input" type="text" name="term" class="input" placeholder="Enter a Charity Name" /><svg class="search-img" xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"><mask id="mask0_173_3283" style="mask-type:alpha;" maskUnits="userSpaceOnUse" x="-1" y="0" width="51" height="50"><path d="M0.992676 1H44.9927C47.2018 1 48.9927 2.79086 48.9927 5V45C48.9927 47.2091 47.2018 49 44.9927 49H0.992676V1Z" fill="#D9D9D9" stroke="#E99918" stroke-width="2"></path></mask> <g mask="url(#mask0_173_3283)"><line x1="-0.00732409" y1="1.5" x2="49.9927" y2="1.5" stroke="#E99918" stroke-width="3"></line><line x1="-0.00732409" y1="48.5" x2="49.9927" y2="48.5" stroke="#E99918" stroke-width="3"></line><circle cx="53.9927" cy="25" r="54" fill="#00437B"></circle><path d="M28.1142 16.0405C24.7785 12.7048 19.3689 12.7048 16.0332 16.0405C12.6975 19.3762 12.6975 24.7859 16.0332 28.1216C17.4174 29.5058 19.1589 30.3148 20.961 30.5493C24.4994 31.0098 28.6765 31.1212 31.0547 33.7814C31.7617 34.5754 32.9909 34.6081 33.7414 33.8575L33.8502 33.7488C34.6007 32.9982 34.5681 31.7691 33.774 31.0621C31.114 28.684 31.0042 24.507 30.5435 20.9689C30.3088 19.1666 29.4989 17.4253 28.1142 16.0405ZM26.0403 26.0476C23.8503 28.2376 20.2971 28.2376 18.1071 26.0476C15.9172 23.8577 15.9172 20.3044 18.1071 18.1145C20.2971 15.9245 23.8503 15.9245 26.0403 18.1145C28.2339 20.3081 28.2303 23.8577 26.0403 26.0476Z" fill="white"></path></g> </svg> </form><div class="trending"><!-- a-z --> <div class="az-icon"><img src="https://give.org/sf-images/default-source/2023-homepage-redesign/azicon.png?Status=Temp&sfvrsn=86849d18_2" alt="Icon with down arrow and the letters A and Z" /></div><a class="az-icon-link" href="https://give.org/donor-landing-page/national-charity-reviews/select">A-Z National Charity List</a> </div></div></div><!-- check mark --> <img class="checkbox" src="https://give.org/sf-images/default-source/2023-homepage-redesign/istock-115023618-(1)-1.png?Status=Temp&sfvrsn=4b031053_2" alt="White checkbox with green background" /></div></div> </div> <div > <div ><div class="boxes-container"><div class="box-card"><img class="box-img" src="https://give.org/sf-images/default-source/2023-homepage-redesign/image.png?Status=Temp&sfvrsn=b7e13be4_2" alt="People and pink balloons" /><div class="body"><div class="box-title">TIPS FOR DONORS</div><p class="texts">Find out about basic tips to help you make informed giving decisions. </p><a class="links" href="https://give.org/tips-for-donors">READ MORE →</a> </div></div><div class="box-card"><img class="box-img" src="https://give.org/sf-images/default-source/2023-homepage-redesign/image-(1).png?Status=Temp&sfvrsn=c9f5b314_2" alt="check mark, x, question mark, exclamation" /><div class="body"><div class="box-title">BBB CHARITY STANDARDS</div><p class="texts">What are the BBB Standards for Charity Accountability? 20 standards addressing 4 themes: Governance, Results Reports, Finances, and Truthful and Transparent Representations. </p><a class="links" href="https://give.org/charity-landing-page/bbb-standards-for-charity-accountability">READ MORE →</a> </div></div><div class="box-card"><img class="box-img" src="/sf-images/default-source/2023-homepage-redesign/image-(2).png?Status=Temp&sfvrsn=ef5342b3_2" alt="blue sky and logo" title="Image (2)" data-displaymode="Original" /><div class="body"><div class="box-title">ACCREDITED CHARITY SEAL</div><p class="texts">BBB Accredited Charities have the option of obtaining a license, for a sliding scale annual fee, that authorizes the charity to display the BBB Accredited Charity Seal on their websites and in promotional materials. </p><a class="links" href="https://give.org/accredited-charity-seal/">READ MORE →</a> </div></div></div></div> </div> <div > <div ><div class="mission-container">Strengthening public confidence in charities by promoting wise giving and trustworthy charity practices.</div></div> </div> <div > <div ><div class="recent-news"><div class="recent-news-header">RECENT NEWS & VIDEOS</div><p class="p2">A new edition of <a href="https://give.org/news?filter=articles&page=1" class="wgw-link">Wise Giving Wednesday</a> is published every week to keep you up to date on accredited charities and events. </p><a class="see-news-button" href="https://give.org/news">See All News</a> </div></div> </div> <!-- Show top section of the page --> <div class="all-content news-and-updates"> <div class="title-wrap"> <div class="title-main-content"> <div class="title-content hide-phone"> <h2 class="txt-green">News & Updates </h2> <p>Read the Wise Giving Wednesday blog each week to keep up to date on charity issues.</p> </div> <div class="links-wrap"> <a href="?filter=all&page=1" class="selected">View All</a> <a href="?filter=articles&page=1">Articles</a> <a href="?filter=videos&page=1">Videos</a> <div class="small-divider"></div> <div class="subscribe-button"><img src="https://give.org/sf-images/default-source/alliance-redesign/mail-orange.png?sfvrsn=3a14e041_2" alt="Newsletter subscribe icon" width="24" height="17" /><a href="/newsletter-sign-up" class="subscribe">Subscribe </a></div> </div> </div> </div> </div> <!-- If it's the first page, then show the featured article --> <!-- If it's a video item, we need to set the slug as its video src --> <div class="all-content news-and-updates"> <div class="main-content"> <div class="featured-article"> <div class="info-wrap"> <div class="category-caption">Featured News</div> <div class="title"> <a href="/news/wise-giving-wednesday-support-heart-charities-on-valentine-s-day"><h3>Wise Giving Wednesday: Support Heart Charities on Valentine’s Day </h3></a> </div> <div class="desc">As Valentine’s Day approaches on Friday, February 14th, and with February being Heart Awareness Month, consider supporting charities that focus on heart health.</div> <a href="/news/wise-giving-wednesday-support-heart-charities-on-valentine-s-day">Read More...</a> </div> <div class="image-wrap"> <img src="https://give.org/sf-images/default-source/default-album/istock-1934302317.jpg?sfvrsn=356bded6_2" alt="Thumbnail for Wise Giving Wednesday: Support Heart Charities on Valentine’s Day " /> </div> </div> </div> </div> <!-- Show News List --> <div class="news-feed-wrap"> <!-- If it's the first page, skip the first item. (Item is already in the 'featured article' section --> <!-- If it's the first page, skip the first item. (Item is already in the 'featured article' section --> <!-- If it's a video item, we need to set the slug as its video src --> <!--Show Mailing list after third(fourth including featured article) news item on the first page --> <!-- Show each news item --> <div class="item-wrap"> <div class="image-wrap "> <img src="https://i.ytimg.com/vi/ruh377nPyss/hqdefault.jpg" loading="lazy" alt="Thumbnail for Heart of Giving Podcast - Creating Beautiful Communities: The Work of Scenic America" /> </div> <div class="text-content"> <h3> <a class="title" href="/news/ruh377nPyss"> Heart of Giving Podcast - Creating Beautiful Communities: The Work of Scenic America <img alt="video icon" class="video-icon" src="https://give.org/sf-images/default-source/alliance-redesign/icons/play-button.png?sfvrsn=7da151bb_2" loading="lazy" width="20" height="20" /> </a> </h3> <div class="desc">This Week on The Heart of Giving Podcast: Mark Falzone, President and CEO of Scenic America, discusses how his organization is working to preserve and enhance the visual character of our nation. Three illuminating moments: "Our mission is to preserve and enhance the visual character and scenic...</div> <div class="date">Feb 12, 2025</div> </div> </div> <!-- If it's the first page, skip the first item. (Item is already in the 'featured article' section --> <!-- If it's a video item, we need to set the slug as its video src --> <!--Show Mailing list after third(fourth including featured article) news item on the first page --> <!-- Show each news item --> <div class="item-wrap"> <div class="image-wrap "> <img src="https://give.org/sf-images/default-source/default-album/istock-1408876260.jpg?sfvrsn=d6f50e5f_0" loading="lazy" alt="Thumbnail for Wise Giving Wednesday: Honor World Cancer Day by Supporting Trusted Cancer Charities" /> </div> <div class="text-content"> <h3> <a class="title" href="/news/honor-world-cancer-day-by-supporting-trusted-cancer-charities"> Wise Giving Wednesday: Honor World Cancer Day by Supporting Trusted Cancer Charities </a> </h3> <div class="desc">Honor World Cancer Day by donating to trusted cancer charities. Get tips for making informed giving decisions and explore our list of BBB Accredited cancer charities.</div> <div class="date">Feb 04, 2025</div> </div> </div> <!-- If it's the first page, skip the first item. (Item is already in the 'featured article' section --> <!-- If it's a video item, we need to set the slug as its video src --> <!--Show Mailing list after third(fourth including featured article) news item on the first page --> <!-- Show each news item --> <div class="item-wrap"> <div class="image-wrap "> <img src="https://i.ytimg.com/vi/tOp9n5wYrQA/hqdefault.jpg" loading="lazy" alt="Thumbnail for Heart of Giving Podcast: The Health Wagon - Healthcare on Wheels in Appalachia" /> </div> <div class="text-content"> <h3> <a class="title" href="/news/tOp9n5wYrQA"> Heart of Giving Podcast: The Health Wagon - Healthcare on Wheels in Appalachia <img alt="video icon" class="video-icon" src="https://give.org/sf-images/default-source/alliance-redesign/icons/play-button.png?sfvrsn=7da151bb_2" loading="lazy" width="20" height="20" /> </a> </h3> <div class="desc">This Week on The Heart of Giving: Teresa Tyson shares the remarkable story of The Health Wagon, America's oldest mobile free clinic serving Central Appalachia. Three powerful moments: "We were founded by Sister Bernie Kenny... She actually started the clinic first of all in the back of a Volkswagen...</div> <div class="date">Feb 04, 2025</div> </div> </div> <!-- If it's the first page, skip the first item. (Item is already in the 'featured article' section --> <!-- If it's a video item, we need to set the slug as its video src --> <!--Show Mailing list after third(fourth including featured article) news item on the first page --> <div class="mailing-list-form"> <div class="mailing-list-wrap"> <div class="title">Stay Informed. Join Our Mailing List</div> <div class="mailing-list-form"> <div class="form-input text name single-line" data-type="text" contenteditable="true" data-text="Your Name"></div> <div class="form-input text email single-line" data-type="email" contenteditable="true" data-text="Email Address"></div> <div data-type="submit" class="button submit subscribe white-outline">Subscribe</div> </div> <div class="caption"> This site is protected by reCAPTHA and the<a href="#"> Google Privacy Policy</a> and<a href="#"> Terms of Service</a> apply </div> </div> </div> <!-- Show each news item --> <div class="item-wrap"> <div class="image-wrap "> <img src="https://give.org/sf-images/default-source/default-album/istock-104774971.jpg?sfvrsn=537c8c53_0" loading="lazy" alt="Thumbnail for Wise Giving Wednesday: Videos to Help You Donate Wisely to California Wildfire Relief" /> </div> <div class="text-content"> <h3> <a class="title" href="/news/videos-to-help-you-donate-wisely-to-california-wildfire-relief"> Wise Giving Wednesday: Videos to Help You Donate Wisely to California Wildfire Relief </a> </h3> <div class="desc">Learn how to donate wisely and avoid scams during California wildfire relief efforts. Watch and share BBB Wise Giving Alliance’s three videos with essential tips and insights.</div> <div class="date">Jan 28, 2025</div> </div> </div> <!-- If it's the first page, skip the first item. (Item is already in the 'featured article' section --> <!-- If it's a video item, we need to set the slug as its video src --> <!--Show Mailing list after third(fourth including featured article) news item on the first page --> <!-- Show each news item --> <div class="item-wrap"> <div class="image-wrap "> <img src="https://i.ytimg.com/vi/RPU3fiBQ_zM/hqdefault.jpg" loading="lazy" alt="Thumbnail for Avoiding Wildfire Donation Scams: 3 Essential Tips" /> </div> <div class="text-content"> <h3> <a class="title" href="/news/RPU3fiBQ_zM"> Avoiding Wildfire Donation Scams: 3 Essential Tips <img alt="video icon" class="video-icon" src="https://give.org/sf-images/default-source/alliance-redesign/icons/play-button.png?sfvrsn=7da151bb_2" loading="lazy" width="20" height="20" /> </a> </h3> <div class="desc">Want to Avoid Wildfire Donation Scams? Check out these 3 Essential Tips. Scammers often take advantage of disasters to prey on generous donors. In this 30-second video, BBB Wise Giving Alliance shares three essential tips to help you avoid scams and ensure your donations reach those in need. Key...</div> <div class="date">Jan 28, 2025</div> </div> </div> <!-- If it's the first page, skip the first item. (Item is already in the 'featured article' section --> <!-- If it's a video item, we need to set the slug as its video src --> <!--Show Mailing list after third(fourth including featured article) news item on the first page --> <!-- Show each news item --> <div class="item-wrap"> <div class="image-wrap "> <img src="https://i.ytimg.com/vi/u0Oxb1iT5Yw/hqdefault.jpg" loading="lazy" alt="Thumbnail for How to Donate Wisely for Wildfire Relief" /> </div> <div class="text-content"> <h3> <a class="title" href="/news/u0Oxb1iT5Yw"> How to Donate Wisely for Wildfire Relief <img alt="video icon" class="video-icon" src="https://give.org/sf-images/default-source/alliance-redesign/icons/play-button.png?sfvrsn=7da151bb_2" loading="lazy" width="20" height="20" /> </a> </h3> <div class="desc">Want to learn how to donate wisely for wildfire relief? Making a difference starts with making informed choices. In this 30-second video, BBB Wise Giving Alliance shares essential tips to help you donate wisely to support wildfire relief efforts. Learn the three key tips for supporting wildfire...</div> <div class="date">Jan 28, 2025</div> </div> </div> <div class="pagination-wrap"> <a href="/homepage/?page=1&filter=all" class="selected"><div>1</div></a> <a href="/homepage/?page=2&filter=all"><div>2</div></a> <a href="/homepage/?page=3&filter=all"><div>3</div></a> <a href="/homepage/?page=4&filter=all"><div>4</div></a> <a href="/homepage/?page=5&filter=all"><div>5</div></a> <a class="hide-phone" href="/homepage/?page=2&filter=all">Next</a> <a href="/homepage/?page=159&filter=all">Last</a> <input data-role="current-page" type="hidden" value="0" /> </div> </div> <!-- Begin Constant Contact Active Forms --><script> var _ctct_m = "5ba0c82dfa28dbdc47402ce93f726d27"; </script> <script id="signupScript" src="//static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js"></script> <div > <div ><div class="pub-container"><div class="pub-title">Our Recent Publications</div><div class="books-container"><div class="book-rows row"><a href="https://give.org/wise-giving-guide"><img class="book" width="641" height="834" src="https://give.org/sf-images/default-source/default-album/wise-giving-guide---2024-donor-handbook.png?Status=Temp&sfvrsn=b0bf3b88_2" alt="Wise Giving Guide - 2024 Donor Handbook." /></a> <a href="https://give.org/donor-trust-report"> <img class="book" src="https://give.org/sf-images/default-source/donor-trust/donor-trust-2024---long-img.png?Status=Temp&sfvrsn=f2eabd66_2" alt="Donor Trust 2024 - Long Img" /></a> <a href="https://give.org/donor-trust-report"><img class="book" src="https://give.org/sf-images/default-source/donor-trust/donor_trust_report_2023.png?Status=Temp&sfvrsn=2e01d63_2" alt="donor book image" /></a> </div></div></div></div> </div> <div > <div ><div class="featured-container"><div class="featured-header">We've been featured in</div><div class="featured-logos"><div class="frame-94"><img class="logo-1" src="/sf-images/default-source/alliance-redesign/as-seen-on-logos/new-york-times.png?sfvrsn=2fc62ba9_2" alt="new-york-times" title="new-york-times" data-displaymode="Original" /><img class="logo-2" src="/sf-images/default-source/alliance-redesign/as-seen-on-logos/non-profit-times-color.png?sfvrsn=b2247537_2" alt="non-profit-times-color" title="non-profit-times-color" data-displaymode="Original" /></div><div class="frame-95"><img class="logo-3" src="/sf-images/default-source/alliance-redesign/as-seen-on-logos/cnn-color.png?sfvrsn=2bf773bf_2" alt="cnn-color" title="cnn-color" data-displaymode="Original" /><img class="logo-4" src="/sf-images/default-source/alliance-redesign/as-seen-on-logos/chronicle-of-philanthropy.png?sfvrsn=a05a3f21_2" alt="Chronicle-of-philanthropy" title="Chronicle-of-philanthropy" data-displaymode="Original" /></div><div class="frame-96"><img class="logo-5" src="/sf-images/default-source/alliance-redesign/as-seen-on-logos/usa_today-color.png?sfvrsn=67a36bdc_2" alt="usa_today-color" title="usa_today-color" data-displaymode="Original" /><img class="logo-6" src="/sf-images/default-source/alliance-redesign/as-seen-on-logos/npr-color.png?sfvrsn=402ffcf3_2" alt="npr-color" title="npr-color" data-displaymode="Original" /></div><img class="logo-7" src="/sf-images/default-source/alliance-redesign/as-seen-on-logos/forbes-color.png?sfvrsn=fe9d9484_2" alt="forbes-color" title="forbes-color" data-displaymode="Original" /></div></div></div> </div> </div> <div id="Contentplaceholder1_T9F16A3C6012_Col01" class="sf_colsIn col-lg-3 col-md-12" data-sf-element="Column 2" data-placeholder-label="Column 2"> <div class="gb-sticky gb-top-0" > <div ><!-- MObile View --> <div class="lg:gb-hidden flex gb-relative fontbodyy" id="gb-mobile-chat"><div id="gb-miniButton" class="gb-flex gb-flex-row gb-justify-center gb-left-0 gb-bottom-0 gb-fixed gb-items-center gb-text-white gb-p-4 gb-space-x-5 gb-bg-[#00965E] gb-rounded-t-lg"><a href="/askgive"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3_2469)"><path d="M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V12H19V19ZM14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3H14Z" fill="white"></path></g> <defs><clippath id="clip0_3_2469"><rect width="24" height="24" fill="white"></rect></clippath> </defs> </svg> </a> <p class="gb-mb-0 gb-text-base gb-text-white">AskGive.org <span class="gb-font-thin">ᴮᴱᵀᴬ</span> </p><button id="gb-maximize"><svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3_2471)"><path d="M11.9167 19.4999C11.9167 20.6916 10.9417 21.6666 9.75001 21.6666C8.55834 21.6666 7.58334 20.6916 7.58334 19.4999C7.58334 18.3083 8.55834 17.3333 9.75001 17.3333C10.9417 17.3333 11.9167 18.3083 11.9167 19.4999ZM9.75001 10.8333C8.55834 10.8333 7.58334 11.8083 7.58334 12.9999C7.58334 14.1916 8.55834 15.1666 9.75001 15.1666C10.9417 15.1666 11.9167 14.1916 11.9167 12.9999C11.9167 11.8083 10.9417 10.8333 9.75001 10.8333ZM9.75001 4.33325C8.55834 4.33325 7.58334 5.30825 7.58334 6.49992C7.58334 7.69159 8.55834 8.66658 9.75001 8.66658C10.9417 8.66658 11.9167 7.69159 11.9167 6.49992C11.9167 5.30825 10.9417 4.33325 9.75001 4.33325ZM16.25 8.66658C17.4417 8.66658 18.4167 7.69159 18.4167 6.49992C18.4167 5.30825 17.4417 4.33325 16.25 4.33325C15.0583 4.33325 14.0833 5.30825 14.0833 6.49992C14.0833 7.69159 15.0583 8.66658 16.25 8.66658ZM16.25 10.8333C15.0583 10.8333 14.0833 11.8083 14.0833 12.9999C14.0833 14.1916 15.0583 15.1666 16.25 15.1666C17.4417 15.1666 18.4167 14.1916 18.4167 12.9999C18.4167 11.8083 17.4417 10.8333 16.25 10.8333ZM16.25 17.3333C15.0583 17.3333 14.0833 18.3083 14.0833 19.4999C14.0833 20.6916 15.0583 21.6666 16.25 21.6666C17.4417 21.6666 18.4167 20.6916 18.4167 19.4999C18.4167 18.3083 17.4417 17.3333 16.25 17.3333Z" fill="white"></path></g> <defs><clippath id="clip0_3_2471"><rect width="26" height="26" fill="white"></rect></clippath> </defs> </svg> </button></div><div id="gb-halfchat" class="gb-hidden gb-left-0 gb-w-full gb-bottom-0 gb-fixed "><div class="gb-flex gb-flex-row xl:gb-w-2/4 gb-w-4/5 gb-space-x-4 gb-justify-between gb-text-white gb-items-center gb-p-3 gb-bg-[#00965E] gb-rounded-t-lg"><a href="/askgive"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_246_1932)"><path d="M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V12H19V19ZM14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3H14Z" fill="white"></path></g> <defs><clippath id="clip0_246_1932"><rect width="24" height="24" fill="white"></rect></clippath> </defs> </svg> </a> <p class="gb-font-bold gb-text-base gb-font-whit gb-m-0">AskGive.org <span class="gb-font-thin">ᴮᴱᵀᴬ</span> </p><div class="gb-flex gb-flex-row gb-space-x-3 gb-items-center"><a href="/askgive#faq"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.879 7.519C11.05 6.494 12.95 6.494 14.121 7.519C15.293 8.544 15.293 10.206 14.121 11.231C13.918 11.41 13.691 11.557 13.451 11.673C12.706 12.034 12.001 12.672 12.001 13.5V14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 17.25H12.008V17.258H12V17.25Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg> </a> <button id="gb-resetchat-gb-mobile"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_246_1934)"><path d="M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z" fill="white"></path></g> <defs><clippath id="clip0_246_1934"><rect width="24" height="24" fill="white"></rect></clippath> </defs> </svg> </button><button id="gb-minize"><svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_246_1930)"><path d="M11.9167 19.4999C11.9167 20.6916 10.9417 21.6666 9.74999 21.6666C8.55833 21.6666 7.58333 20.6916 7.58333 19.4999C7.58333 18.3083 8.55833 17.3333 9.74999 17.3333C10.9417 17.3333 11.9167 18.3083 11.9167 19.4999ZM9.74999 10.8333C8.55833 10.8333 7.58333 11.8083 7.58333 12.9999C7.58333 14.1916 8.55833 15.1666 9.74999 15.1666C10.9417 15.1666 11.9167 14.1916 11.9167 12.9999C11.9167 11.8083 10.9417 10.8333 9.74999 10.8333ZM9.74999 4.33325C8.55833 4.33325 7.58333 5.30825 7.58333 6.49992C7.58333 7.69159 8.55833 8.66658 9.74999 8.66658C10.9417 8.66658 11.9167 7.69159 11.9167 6.49992C11.9167 5.30825 10.9417 4.33325 9.74999 4.33325ZM16.25 8.66658C17.4417 8.66658 18.4167 7.69159 18.4167 6.49992C18.4167 5.30825 17.4417 4.33325 16.25 4.33325C15.0583 4.33325 14.0833 5.30825 14.0833 6.49992C14.0833 7.69159 15.0583 8.66658 16.25 8.66658ZM16.25 10.8333C15.0583 10.8333 14.0833 11.8083 14.0833 12.9999C14.0833 14.1916 15.0583 15.1666 16.25 15.1666C17.4417 15.1666 18.4167 14.1916 18.4167 12.9999C18.4167 11.8083 17.4417 10.8333 16.25 10.8333ZM16.25 17.3333C15.0583 17.3333 14.0833 18.3083 14.0833 19.4999C14.0833 20.6916 15.0583 21.6666 16.25 21.6666C17.4417 21.6666 18.4167 20.6916 18.4167 19.4999C18.4167 18.3083 17.4417 17.3333 16.25 17.3333Z" fill="white"></path></g> <defs><clippath id="clip0_246_1930"><rect width="26" height="26" fill="white"></rect></clippath> </defs> </svg> </button></div></div><div class="gb-bg-custom-gradient gb-flex gb-flex-col gb-max-h-80"><div class="gb-h-[500px] gb-flex-1 gb-overflow-y-auto gb-px-4 gb-mb-10"><div class="gb-mt-5 gb-flex gb-flex-row gb-space-x-3 gb-items-start" id="gb-bot"><img src="/sf-images/default-source/askgive/giveorg.png?Status=Temp&sfvrsn=ead81f0a_2" alt="give.org logo" srcset="" class="gb-w-[59.47px] gb-rounded-[10px]" /><div class="gb-bg-[#ffff] gb-rounded"><p class="gb-p-4 ">AskGive.org is an interactive digital window into the research and thinking of Give.org. </p></div></div><div id="gb-mobile"></div><div id="gb-chatbot-loader-gb-mobile" class="gb-mt-5 gb-hidden"><div class="gb-flex gb-space-x-2 gb-font-bold gb-justify-start gb-p-4 gb-my-5 gb-rounded"><p class=" ">AskGive.org is </p><span id="gb-chatbot-loading-gb-mobile"></span><div class="gb-bg-black gb-w-2 gb-h-5 animate-blink"></div></div></div><div id="gb-chatbot-scrolldown-gb-mobile"></div></div><div id="gb-footer" class=" gb-flex gb-flex-col gb-flex-grow gb-px-1"><div><div id="gb-form-gb-mobile"><div class="gb-flex gb-items-center gb-mx-2 gb-mb-1 gb-rounded-lg gb-bg-[#00437B] "><textarea id="chat" name="chat" rows="2" class="gb-block gb-p-2.5 gb-w-full gb-text-sm gb-text-gray-900 gb-bg-white gb-rounded-l gb-border-y gb-border-l gb-border-[#E99918] focus:gb-outline-none focus:gb-ring-[#E99918] focus:gb-border-[#E99918] " placeholder="Ask me a question!..."></textarea><button type="button" id="gb-submit-btn-gb-mobile" class="gb-inline-flex gb-justify-center gb-p-2 gb-text-blue-600 gb-rounded-full gb-cursor-pointer gb-hover:bg-blue-100 "><svg width="24" id="gb-submit-icon-gb-mobile" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.33129 11.8258L1 1C8.96884 3.31763 16.4835 6.97883 23.22 11.8258C16.4839 16.6726 8.96964 20.3338 1.00122 22.6516L4.33129 11.8258ZM4.33129 11.8258H13.4798" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg> <svg width="22" id="gb-submit-loading-gb-mobile" class="gb-animate-spin gb-hidden" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4693 6.96906H21.015L17.4812 3.43298C16.3434 2.29525 14.9263 1.47708 13.3721 1.06072C11.8179 0.644355 10.1815 0.644477 8.62738 1.06107C7.07326 1.47766 5.6562 2.29605 4.51865 3.43395C3.3811 4.57185 2.56316 5.98916 2.14705 7.54341M0.985016 18.4072V12.8614M0.985016 12.8614H6.53076M0.985016 12.8614L4.51776 16.3975C5.65548 17.5352 7.07266 18.3534 8.62684 18.7698C10.181 19.1861 11.8174 19.186 13.3715 18.7694C14.9257 18.3528 16.3427 17.5344 17.4803 16.3965C18.6178 15.2586 19.4358 13.8413 19.8519 12.2871M21.015 1.42332V6.96684" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg> <span class="gb-sr-only">Send message</span> </button></div></div></div><ul class="gb-flex gb-flex-wrap gb-items-center gb-my-2 gb-mx-2 gb-text-xs gb-font-medium gb-text-black gb-sm:gb-mt-0 gb-p-0 "><li><a href="/terms-of-use" class="gb-mr-4 gb-hover:gb-underline gb-md:gb-mr-6 gb-text-black">Terms of use</a> </li><li><button id="gb-sendmi-feedback" class="gb-mr-4 gb-hover:gb-underline gb-md:gb-mr-6 gb-text-black">Feedback</button></li></ul></div></div></div></div><!-- SIdebar view --> <div id="minsidebar" class="gb-relative gb-hidden "><div id="gb-miniSidebarButton" class="gb-flex gb-flex-row gb-justify-center gb-bottom-0 gb-right-0 gb-fixed gb-items-center gb-text-white gb-p-4 gb-space-x-5 gb-bg-[#00965E] gb-rounded-t-lg"><a href="/askgive"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_3_2469)"><path d="M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V12H19V19ZM14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3H14Z" fill="white"></path></g> <defs><clippath id="clip0_3_2469"><rect width="24" height="24" fill="white"></rect></clippath> </defs> </svg> </a> <button id="gb-sibar-maximize" title="Maximize" class=" gb-flex gb-flex-row gb-space-x-4"> <p class="gb-mb-0 gb-text-base gb-text-white ">AskGive.org <span class="gb-font-thin">ᴮᴱᵀᴬ</span> </p><svg xmlns="http://www.w3.org/2000/svg" class="gb-animate-bounce" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> </button></div></div><!-- BOdy --> <div class="gb-sticky gb-top-0 "><div data-page="halfscreen" id="halfscreen-div" class=" gb-relative fontbodyy gb-mx-auto gb-flex gb-flex-col gb-h-screen gb-bg-[#D9EBF1] gb-p-3 "><!-- Header --> <div class="gb-flex gb-flex-row gb-justify-between gb-items-center" id="gb-header"><div class="gb-flex gb-items-center gb-justify-center gb-space-x-2"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.813 15.904L9 18.75L8.187 15.904C7.97687 15.1689 7.5829 14.4994 7.04226 13.9587C6.50162 13.4181 5.83214 13.0241 5.097 12.814L2.25 12L5.096 11.187C5.83114 10.9769 6.50062 10.5829 7.04126 10.0423C7.5819 9.50162 7.97587 8.83214 8.186 8.097L9 5.25L9.813 8.096C10.0231 8.83114 10.4171 9.50062 10.9577 10.0413C11.4984 10.5819 12.1679 10.9759 12.903 11.186L15.75 12L12.904 12.813C12.1689 13.0231 11.4994 13.4171 10.9587 13.9577C10.4181 14.4984 10.0241 15.1679 9.814 15.903L9.813 15.904ZM18.259 8.715L18 9.75L17.741 8.715C17.5927 8.12159 17.286 7.57962 16.8536 7.14703C16.4212 6.71444 15.8794 6.40749 15.286 6.259L14.25 6L15.286 5.741C15.8794 5.59251 16.4212 5.28556 16.8536 4.85297C17.286 4.42038 17.5927 3.87841 17.741 3.285L18 2.25L18.259 3.285C18.4073 3.87854 18.7142 4.42059 19.1468 4.85319C19.5794 5.28579 20.1215 5.59267 20.715 5.741L21.75 6L20.715 6.259C20.1215 6.40733 19.5794 6.71421 19.1468 7.14681C18.7142 7.57941 18.4073 8.12147 18.259 8.715ZM16.894 20.567L16.5 21.75L16.106 20.567C15.9955 20.2356 15.8094 19.9345 15.5625 19.6875C15.3155 19.4406 15.0144 19.2545 14.683 19.144L13.5 18.75L14.683 18.356C15.0144 18.2455 15.3155 18.0594 15.5625 17.8125C15.8094 17.5655 15.9955 17.2644 16.106 16.933L16.5 15.75L16.894 16.933C17.0045 17.2644 17.1906 17.5655 17.4375 17.8125C17.6845 18.0594 17.9856 18.2455 18.317 18.356L19.5 18.75L18.317 19.144C17.9856 19.2545 17.6845 19.4406 17.4375 19.6875C17.1906 19.9345 17.0045 20.2356 16.894 20.567Z" stroke="black" stroke-opacity="0.8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg> <h1 class="gb-text-lg gb-m-0 gb-font-bold">AskGive.org <span class="gb-font-thin">ᴮᴱᵀᴬ</span></h1></div><div class="gb-flex gb-flex-row gb-space-x-2"><button id="gb-resetchat-gb-chatbody" title="New Chat" class=" gb-rounded"><svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_163_480)"><path d="M21 15H15V21H13V15H7V13H13V7H15V13H21V15Z" fill="black" fill-opacity="0.8"></path></g> <defs><clippath id="clip0_163_480"><rect width="24" height="24" fill="white" transform="translate(2 2)"></rect></clippath> </defs> </svg> </button><a href="/askgive#faq" class=" gb-rounded" title="FAQs" id="FAQs"><svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_163_484)"><path d="M13 20H15V18H13V20ZM14 4C8.48 4 4 8.48 4 14C4 19.52 8.48 24 14 24C19.52 24 24 19.52 24 14C24 8.48 19.52 4 14 4ZM14 22C9.59 22 6 18.41 6 14C6 9.59 9.59 6 14 6C18.41 6 22 9.59 22 14C22 18.41 18.41 22 14 22ZM14 8C11.79 8 10 9.79 10 12H12C12 10.9 12.9 10 14 10C15.1 10 16 10.9 16 12C16 14 13 13.75 13 17H15C15 14.75 18 14.5 18 12C18 9.79 16.21 8 14 8Z" fill="black" fill-opacity="0.8"></path></g> <defs><clippath id="clip0_163_484"><rect width="24" height="24" fill="white" transform="translate(2 2)"></rect></clippath> </defs> </svg> </a> <a href="/askgive" title="Fullscreen" id="gb-fullscreen" class=" gb-rounded"> <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_163_488)"><path d="M21 21H7V7H14V5H7C5.89 5 5 5.9 5 7V21C5 22.1 5.89 23 7 23H21C22.1 23 23 22.1 23 21V14H21V21ZM16 5V7H19.59L9.76 16.83L11.17 18.24L21 8.41V12H23V5H16Z" fill="black" fill-opacity="0.8"></path></g> <defs><clippath id="clip0_163_488"><rect width="24" height="24" fill="white" transform="translate(2 2)"></rect></clippath> </defs> </svg> </a> <button id="gb-sibar-minimize" title="Minimize" class="gb-flex "> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg> </button></div></div><!-- Body --> <div class=" gb-h-screen gb-overflow-y-auto gb-mt-5 gb-mb-10 "><div><div id="gb-chatbot-welcome"><img src="/sf-images/default-source/askgive/giveorg.png?Status=Temp&sfvrsn=ead81f0a_2" alt="give.org logo" srcset="" class="gb-w-[59.47px] gb-rounded-[10px]" /><p class="gb-p-4 gb-bg-[#ffff] gb-my-5 gb-rounded gb-animate-fade-in">AskGive.org is an interactive digital window into the research and thinking of Give.org.... </p><p class="gb-p-4 gb-bg-[#ffff] gb-rounded gb-animate-slide-in-left"><span class="gb-font-bold ">Try asking questions like these: </span> <br />"How can I avoid getting defrauded with my donation?"<br />"How can I safely donate my car?" </p></div><div id="gb-chatbody"></div></div><!-- Loader --> <div id="gb-chatbot-loader-gb-chatbody" class="gb-mt-5 gb-hidden"><div class="gb-flex gb-space-x-2 gb-font-bold gb-justify-start gb-p-4 gb-my-5 gb-rounded"><p class=" ">AskGive.org is </p><span id="gb-chatbot-loading-gb-chatbody"></span><div class="gb-bg-black gb-w-2 gb-h-5 animate-blink"></div></div></div><div id="gb-chatbot-scrolldown-gb-chatbody"></div></div><!-- Footer --> <div id="gb-footer" class="gb-my-5 gb-flex gb-flex-col gb-flex-grow gb-sticky gb-bottom-0 "><div><div id="gb-form-gb-chatbody"><div class="gb-flex gb-items-center gb-rounded-lg gb-bg-[#00437B] "><textarea id="chat" name="chat" rows="2" class="gb-block gb-p-2.5 gb-w-full gb-text-sm gb-text-gray-900 gb-bg-white gb-rounded-l gb-border-y gb-border-l gb-border-[#E99918] focus:gb-outline-none focus:gb-ring-[#E99918] focus:gb-border-[#E99918] " placeholder="Ask me a question!..."></textarea><button type="button" id="gb-submit-btn-gb-chatbody" class="gb-inline-flex gb-justify-center gb-p-2 gb-text-blue-600 gb-rounded-full gb-cursor-pointer gb-hover:bg-blue-100 "><svg width="24" id="gb-submit-icon-gb-chatbody" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.33129 11.8258L1 1C8.96884 3.31763 16.4835 6.97883 23.22 11.8258C16.4839 16.6726 8.96964 20.3338 1.00122 22.6516L4.33129 11.8258ZM4.33129 11.8258H13.4798" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg> <svg width="22" id="gb-submit-loading-gb-chatbody" class="gb-animate-spin gb-hidden" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4693 6.96906H21.015L17.4812 3.43298C16.3434 2.29525 14.9263 1.47708 13.3721 1.06072C11.8179 0.644355 10.1815 0.644477 8.62738 1.06107C7.07326 1.47766 5.6562 2.29605 4.51865 3.43395C3.3811 4.57185 2.56316 5.98916 2.14705 7.54341M0.985016 18.4072V12.8614M0.985016 12.8614H6.53076M0.985016 12.8614L4.51776 16.3975C5.65548 17.5352 7.07266 18.3534 8.62684 18.7698C10.181 19.1861 11.8174 19.186 13.3715 18.7694C14.9257 18.3528 16.3427 17.5344 17.4803 16.3965C18.6178 15.2586 19.4358 13.8413 19.8519 12.2871M21.015 1.42332V6.96684" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg> <span class="gb-sr-only">Send message</span> </button></div></div></div><footer><div class="gb-w-full gb-mx-auto gb-max-w-screen-xl mt-2 gb-flex gb-items-center gb-justify-between"><ul class="gb-flex gb-flex-wrap gb-items-center gb-mt-3 gb-text-xs gb-font-medium gb-text-black gb-sm:gb-mt-0 gb-p-0 gb-mx-0"><li><a href="/about-us/terms-of-use/askgive" class="gb-mr-4 gb-hover:gb-underline gb-md:gb-mr-6 gb-text-black">Terms of use</a> </li><li><button id="gb-send-feedback" class="gb-mr-4 gb-hover:gb-underline gb-md:gb-mr-6 gb-text-black">Feedback</button></li></ul></div></footer></div></div></div><div id="myModal" class="gb-hidden gb-fixed gb-z-50 gb-left-0 gb-top-0 gb-w-full gb-h-full gb-overflow-auto gb-bg-black gb-bg-opacity-40"><!-- Modal Content --> <div class="gb-bg-white gb-p-4 gb-rounded-lg gb-shadow-lg gb-m-4 sm:gb-m-8 md:gb-max-w-xl md:gb-mx-auto p-5"><div class="gb-flex gb-justify-between gb-items-center"><h2 class="gb-text-2xl gb-font-semibold">Feedback</h2><button id="closeModal" class="gb-text-black">×</button></div><div class="gb-flex gb-flex-col"><div class="gb-mt-4"><textarea name="feedback" id="" cols="30" rows="10" class="gb-w-full gb-rounded gb-border-[#FDB913] focus:gb-ring-[#FDB913]"></textarea></div><div class="gb-mt-4 gb-flex gb-justify-between"><button type="button" id="closeButton" class="gb-px-4 gb-py-2 gb-bg-black/10 gb-text-black gb-rounded gb-transition gb-ease-in-out gb-duration-150">Close</button><button id="gb-modal-submit" class="gb-px-4 gb-py-2 gb-bg-[#FDB913] gb-text-black gb-rounded gb-transition gb-ease-in-out gb-duration-150">Submit</button></div></div></div></div></div> </div> </div> </div> <!-- Begin Constant Contact Active Forms --><script> var _ctct_m = "5ba0c82dfa28dbdc47402ce93f726d27"; </script> <script id="signupScript" src="//static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js"></script> <div > <div ><div class="footer-container"><div class="logo-text-socials"><div class="footer-logo"><img width="290px" height="91px" src="https://give.org/sf-images/default-source/alliance-redesign/give-org_white.png?Status=Temp&sfvrsn=1f6bdf85_2 " alt="Give-org_White " /></div><div class="text-under-logo ">BBB Wise Giving Alliance strengthens public confidence in charities by promoting wise giving and trustworthy charity practices. Charities are evaluated, at no charge, based on 20 BBB Charity Standards. The resulting reports are available on Give.org. <br /><br />©2024 BBB Wise Giving Alliance<br />501(c)(3) | EIN 52-1070270 </div><div class="socials "><a href="https://www.linkedin.com/company/bbb-wise-giving-alliance/ "><img width="41.75 " height="41.75 " src="https://give.org/sf-images/default-source/icons-white/icon_linkedin.png?Status=Temp&sfvrsn=3b549fab_2 " alt="Icon_LinkedIn " /></a> <a href="https://www.youtube.com/channel/UCxK66eTWA00R9qVk-5SfZyw "> <img width="41.75 " height="41.75 " src="https://give.org/sf-images/default-source/icons-white/icon_youtube.png?Status=Temp&sfvrsn=8417eb56_2 " alt="Icon_YouTube " /></a> <a href="https://www.instagram.com/bbbwisegive/ "> <img width="41.75 " height="41.75 " src="https://give.org/sf-images/default-source/icons-white/icon_instagram.png?Status=Temp&sfvrsn=f4703b4f_2 " alt="Icon_Instagram " /></a> <a href="https://www.facebook.com/bbbwga "> <img width="41.75 " height="41.75 " src="https://give.org/sf-images/default-source/icons-white/icon_facebook.png?Status=Temp&sfvrsn=2befa233_2 " alt="Icon_Facebook " /></a> <a href="https://twitter.com/wisegiving# "> <img width="41.75 " height="41.75 " src="https://give.org/sf-images/default-source/icons-white/icon_x.png?Status=Temp&sfvrsn=fba7309f_2 " alt="Icon_X " /></a> </div></div><div class="footer-links "><div class="columns "><a class="column-text " href="https://give.org/about-us/our-mission ">Our Mission</a> <a class="column-text " href="https://give.org/about-us/board-and-staff ">Board & Staff</a> <a class="column-text " href="https://give.org/about-us/annual-reports ">Our Finances</a> <a class="column-text " href="https://give.org/about-us/contact-us ">Contact Us</a> <a class="column-text " href="https://give.org/about-us/frequently-asked-questions ">FAQs</a> <a class="column-text mobile-links " href="https://give.org/donor-landing-page/bbb-scamtracker ">ScamTracker</a> </div><div class="columns "><a class="column-text " href="https://give.org/donate ">Support Give.org</a> <a class="column-text " href="https://give.org/donor-landing-page/refer-us ">Refer Us to a Friend</a> <a class="column-text " href="https://give.org/donor-landing-page/request-stickers ">Request Stickers</a> <a class="column-text " href="https://give.org/advancing-collaboration ">Advancing <br /><span>Collaboration</span> </a> <a class="column-text gov-column-text " href="https://give.org/government-settlement-agreements-and-actions-against-charities ">Government Settlement Agreements and Actions Against Charities</a> </div><div class="columns large-screen-links "><a class="column-text " href="https://give.org/donor-landing-page/bbb-scamtracker ">ScamTracker</a> <a class="column-text " href="https://give.org/charity-inquiry ">File an Inquiry or <br /><span>Complaint</span> </a> </div></div><div class="copyright "><div class="terms "><a href="https://give.org/about-us/terms-of-use " class="term ">Terms of Use</a> <a href="https://give.org/charity-landing-page/copyrights-and-trademarks " class="term ">Copyrights & Trademarks</a> </div><div class="terms terms2 "><a href="https://give.org/about-us/government-and-regulatory-disclosures " class="term reg ">Government & Regulatory Disclosures</a> <a href="https://give.org/about-us/privacy-policy " class="term priv ">Privacy Policy</a> </div><div class="mobile-copy ">©2024 BBB Wise Giving Alliance<br />501(c)(3) | EIN 52-1070270 </div></div><div class="mailing "><div class="stay-informed-text ">Stay Informed. Join Our Mailing List. </div><div class="email-and-send mail-wrap "><input class="footer-email-input mail-input mailing-list-form " type="email " placeholder="Your Email Address " /><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=""></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><div style="position:relative !important;height:0px !important;width:0px !important;float:left !important;" data-lastpass-icon-root=" "></div><button class="footer-send send " disabled="disabled"><svg xmlns="http://www.w3.org/2000/svg " width="16 " height="13 " viewBox="0 0 16 13 " fill="none "><path fill-rule="evenodd " clip-rule="evenodd " d="M9.95307 13L15.6094 7.42846C16.1302 6.91519 16.1302 6.08324 15.6094 5.57154L9.95307 0L8.06749 1.8581L11.4475 5.18669H0.719604L0.719604 7.81292H11.4475L8.06749 11.1427L9.95307 13Z " fill="white "></path></svg> </button></div></div></div></div> </div> </div> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function () { // Step 1: Select the .recent-news element const recentNews = document.querySelector(".recent-news"); // Step 2: Remove the .recent-news element from its current parent if (recentNews) { recentNews.parentNode.removeChild(recentNews); } else { return; } // Step 3: Select all instances of .all-content.news-and-updates let allContents = document.querySelectorAll(".all-content.news-and-updates"); // Remove the first instance of .all-content.news-and-updates if (allContents.length > 0) { allContents[0].parentNode.removeChild(allContents[0]); } // Update the NodeList after removal allContents = document.querySelectorAll(".all-content.news-and-updates"); if (allContents.length < 1) { return; } // Select the second instance of .all-content.news-and-updates const secondAllContent = allContents[0]; // Now it's the first in the updated NodeList // Remove the classes .all-content and .news-and-updates secondAllContent.classList.remove("all-content"); secondAllContent.classList.remove("news-and-updates"); // Add the class .news-container secondAllContent.classList.add("news-container"); // Step 4: Find the .main-content child within the second .all-content.news-and-updates const mainContent = secondAllContent.querySelector(".main-content"); if (mainContent) { // Step 5: Append the .recent-news element as the first child to .main-content mainContent.insertBefore(recentNews, mainContent.firstChild); mainContent.classList.remove("main-content"); mainContent.classList.add("top-section"); } // Step 6: Select the .news-feed-wrap element const newsFeedWrap = document.querySelector(".news-feed-wrap"); if (newsFeedWrap) { newsFeedWrap.classList.remove("news-feed-wrap"); newsFeedWrap.classList.add("bottom-section"); // Store the newsFeedWrap element const originalNewsFeedWrap = newsFeedWrap.cloneNode(true); // Step 7: Remove the .news-feed-wrap element from its current parent newsFeedWrap.parentNode.removeChild(newsFeedWrap); // Step 8: Re-insert the original newsFeedWrap as a sibling to .top-section const topSection = document.querySelector(".top-section"); if (topSection) { topSection.insertAdjacentElement("afterend", originalNewsFeedWrap); } } // Step 9: Select all .item-wrap elements within .bottom-section const bottomSection = document.querySelector(".bottom-section"); const itemWraps = bottomSection.querySelectorAll(".item-wrap"); // Step 10: Show only the first 3 .item-wrap elements within .bottom-section itemWraps.forEach(function (itemWrap, index) { if (index >= 3) { itemWrap.style.display = "none"; } }); // Step 11: Iterate through each .item-wrap element within .bottom-section itemWraps.forEach(function (itemWrap) { // Step 12: Find the .image-wrap element within the current .item-wrap const imageWrap = itemWrap.querySelector(".image-wrap"); // Step 13: If .image-wrap element exists, proceed if (imageWrap) { // Step 14: Find the img tag inside the .image-wrap const imgTag = imageWrap.querySelector("img"); // Step 15: If img tag exists, add .card-img-top class to it if (imgTag) { imgTag.classList.add("card-img-top"); } // Step 16: Remove the .image-wrap element but keep the img tag in place imageWrap.parentNode.insertBefore(imgTag, imageWrap); imageWrap.parentNode.removeChild(imageWrap); } // Step 17: Find the .text-content element within the current .item-wrap const textContent = itemWrap.querySelector(".text-content"); if (textContent) { // Step 18: Find the h3 element within .text-content const h3Element = textContent.querySelector("h3"); if (h3Element) { // Step 19: Find the a tag inside the h3 const aTag = h3Element.querySelector("a"); if (aTag) { // Step 20: Replace the class .title with .news-link on the a tag aTag.classList.remove("title"); aTag.classList.add("news-link"); // Step 21: Remove the h3 element, keeping the a tag in its place h3Element.parentNode.insertBefore(aTag, h3Element); h3Element.parentNode.removeChild(h3Element); } } } }); // ------ Add category-caption as a child to featured-article ------- const featuredArticle = document.querySelector(".featured-article"); if (featuredArticle) { featuredArticle.classList.remove("featured-article"); featuredArticle.classList.add("featured-news"); const categoryCaption = featuredArticle.querySelector(".category-caption"); if (categoryCaption) { const replacedCategoryCaption = document.createElement("div"); replacedCategoryCaption.classList.add("featured-news-header"); replacedCategoryCaption.innerHTML = "Featured News"; featuredArticle.insertBefore( replacedCategoryCaption, featuredArticle.firstChild ); categoryCaption.parentElement.removeChild(categoryCaption); } } // ------ Remove title div from .info-wrap and add .featured-header-link as class to a tag ------- const infoWrap = document.querySelector(".info-wrap"); if (infoWrap) { infoWrap.classList.remove("info-wrap"); infoWrap.classList.add("frame-100"); const title = infoWrap.querySelector(".title"); if (title) { const aTag = title.querySelector("a"); if (aTag) { const h3 = aTag.querySelector("h3"); if (h3) { aTag.innerHTML = h3.innerHTML; h3.remove(); } // Move aTag to be the first child of infoWrap infoWrap.insertBefore(aTag, infoWrap.firstChild); // Remove the now-empty title div title.remove(); // Add the new class to aTag aTag.classList.add("featured-header-link"); } } } // -------- update second a tag placement from section-1 to section-2 ------- // Step 1: Select the .frame-100 element const frame100 = document.querySelector(".frame-100"); // Check if .frame-100 exists if (frame100) { // Step 2: Select all a tags within .frame-100 const aTags = frame100.querySelectorAll("a"); // Check if there are at least two a tags if (aTags.length >= 2) { // Step 3: Select the second a tag const secondATag = aTags[1]; // Step 4: Add the class secondATag.classList.add("read-more-link"); const frame100Section2 = document.querySelector(".frame-100-section-2"); if (frame100Section2) { frame100Section2.appendChild(secondATag); } } } // ----- update .desc section (frame-100-section-2) ------- const desc = document.querySelector(".desc"); if (desc) { desc.classList.remove("desc"); desc.classList.add("frame-100-section-2"); const pTag = document.createElement("p"); pTag.innerHTML = desc.innerHTML; desc.innerHTML = ""; desc.appendChild(pTag); } const readMoreLink = document.querySelector(".read-more-link"); if (readMoreLink) { desc.appendChild(readMoreLink); } else { console.error("Element not found."); } // -------- add .image-wrap as a child of .top-section and update the classes --------- const imageWrap = document.querySelector(".image-wrap"); if (imageWrap) { imageWrap.classList.remove("image-wrap"); imageWrap.classList.add("video"); const topSection = document.querySelector(".top-section"); if (topSection) { topSection.appendChild(imageWrap); } } imageWrap.querySelector("img").classList.add("frame"); // ------ remove pagination node ------- const pagination = document.querySelector(".pagination-wrap"); if (pagination) { pagination.parentNode.removeChild(pagination); } // ------- for bottom section's item wraps (update their classes) ----------- const allItemWraps = document.querySelectorAll(".item-wrap"); allItemWraps.forEach((itemWrap) => { itemWrap.classList.remove("item-wrap"); itemWrap.classList.add("news-card"); }); const itemWrap1 = allItemWraps[0]; itemWrap1.classList.add("news-card1"); const itemWrap2 = allItemWraps[1]; itemWrap2.classList.add("news-card2"); const itemWrap3 = allItemWraps[2]; itemWrap3.classList.add("news-card3"); // ------- update classes for .text-content ------- const allTextContents = document.querySelectorAll(".text-content"); allTextContents.forEach((textContent) => { textContent.classList.remove("text-content"); textContent.classList.add("news-card-body"); const newslink = textContent.querySelector(".news-link"); newslink.classList.add("news-links"); newslink.classList.remove("news-link"); }); // ---- remove video icons ----- const videoIcons = document.querySelectorAll(".video-icon"); videoIcons.forEach((videoIcon) => { videoIcon.parentNode.removeChild(videoIcon); }); // ---- remove dates ---- const dates = document.querySelectorAll(".date"); dates.forEach((date) => { date.parentNode.removeChild(date); }); // ---- update desc classes within .news-card-body ----- const allNewsCardBodies = document.querySelectorAll(".news-card-body"); allNewsCardBodies.forEach((newsCardBody) => { const desc = newsCardBody.querySelector(".desc"); if (desc) { desc.classList.remove("desc"); desc.classList.add("news-card-text"); } }); }); </script><script type="text/javascript" src="/Mvc/Scripts/AskGive/bundle.js"></script> </body> </html>