CINXE.COM

Annual Reports

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title> Annual Reports </title> <link href="/ResourcePackages/Bootstrap4/assets/dist/css/main.min.css?package=Bootstrap4" rel="stylesheet" type="text/css" /> <script type="text/javascript">var sf_appPath='/';</script><meta property="og:title" content="Annual Reports" /><meta property="og:url" content="https://give.org/about-us/annual-reports" /><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" /><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">&times;</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">/* 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><meta name="Generator" content="Sitefinity 12.2.7232.0 PE" /><link rel="canonical" href="https://give.org/about-us/annual-reports" /><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></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&amp;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 &amp; 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&amp;page=1">Latest News</a> </li><li class="dropdown-item drop-down-item"><a href="https://give.org/news?filter=videos&amp;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&amp;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 class="row" data-sf-element="Row"> <div id="Contentplaceholder1_C002_Col00" class="sf_colsIn col-lg-3" data-sf-element="Column 1" data-placeholder-label="Column 1"> <div > <div ><style>.left-side-bar { margin: 8% 0 0 8%; } .accordionAdvance { background-color: white; color: black; cursor: pointer; padding: 12px 0px; width: 100%; text-align: left; border-bottom: 1px solid #e5e5e5; outline: none; transition: 0.4s; } h3 { font-family: "Times New Roman"; } /* Add a background color to the button if it is clicked on (add the .mode class with JS), and when you move the mouse over it (hover) */ .mode, .accordionAdvance:hover { background-color: #ebe9ec; } .accordionAdvance strong { color: green; padding-left: 15px; font-size: 18px; } /* Style the accordionAdvance panel. Note: hidden by default */ .panelA { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } .accordionAdvance:after { content: "\02795"; /* Unicode character for "plus" sign (+) */ font-size: 10px; padding: 5px 5px 0px 0px; color: #777; float: right; } .mode:after { content: "\2796"; /* Unicode character for "minus" sign (-) */ } #adv li { background-color: white; color: black; cursor: pointer; padding: 12px 0px; width: 100%; text-align: left; border-bottom: 1px solid #e5e5e5; outline: none; transition: 0.4s; } #adv li span { margin-left: 20px; text-wrap: nowrap; color: #0079a3; } ul { list-style-type: none; padding-left: 0; } .subTopic { padding: 10px 0px 10px 20px; } .subTopic h5 { font-weight: 300; font-size: 18px; } .collab a li span { margin-left: 0px; } </style> <div class="left-side-bar" style="margin-right:20px;"><h3 style="font-weight:300;">Past Reports</h3><ul id="adv" class="mr-auto" style="border-top:2px solid #e5e5e5;"><a style="text-decoration:none;" href="https://give.org/docs/default-source/default-document-library/bbb-wga-2021-annual-report.pdf"> <li><span>2021 Annual Report</span></li></a> <a style="text-decoration:none;" href="https://give.org/docs/default-source/default-document-library/2020-bbb-wga-annual-report.pdf"> <li><span>2020 Annual Report</span></li></a> <a style="text-decoration:none;" href="https://give.org/docs/default-source/default-document-library/bbb-wga-2019-annual-report.pdf"> <li><span>2019 Annual Report</span></li></a> </ul><p>&nbsp;</p></div></div> </div> </div> <div id="Contentplaceholder1_C002_Col01" class="sf_colsIn col-lg-9" data-sf-element="Column 2" data-placeholder-label="Column 2"> <div > <div ><style>.Generalcontentlist { display: flex; } h1 { margin: 5% 0 5% 32% !important; } .titles-and-content { display: flex; flex-direction: column; } .titles { display: inline-block; width: 90%; font-weight: bolder; text-wrap: wrap; } @media (max-width: 800px) { .Generalcontentlist { flex-direction: column; } .titles-and-content { margin: 5%; } @media (min-width: 439px) and (max-width: 800px) { h1 { display: flex; justify-content: center; margin: unset !important; } } } </style> <h1 style="box-sizing:border-box;font-family:Georgia, 'Times New Roman', arial, Verdana;font-size:2.5rem;color:#2d2926;margin-top:5%;margin-bottom:0.5rem;font-weight:500;line-height:1.2;background-color:#ffffff;">Annual Reports </h1><div class="Generalcontentlist"><!-- --> <div class="titles-and-content"><!-- <p style="text-align: center"> <strong style="text-align: center"></strong><br /> </p> --> <p style="text-align:center;"><strong><span class="titles" style="font-size:x-large;">BBB WGA 2022 Annual Report</span></strong> </p><p style="text-align:center;"><a href="https://give.org/docs/default-source/default-document-library/bbb-wga-2022-annual-report.pdf"><img src="/sf-images/default-source/default-album/bbb-wga-2022-annual-report-cover.tmb-medium.jpg?sfvrsn=df01e8a_1" alt="BBB WGA 2022 Annual Report" title="BBB WGA 2022 Annual Report" data-displaymode="Thumbnail" style="display:block;margin-left:auto;margin-right:auto;" /></a> </p></div><!-- --> <div class="titles-and-content"><p style="text-align:center;"><strong><span class="titles" style="font-size:x-large;">BBB WGA 2022 Audited Financial Statements</span></strong> </p><p style="text-align:center;"><a href="https://give.org/docs/default-source/default-document-library/bbb-wga-2022-financial-statements.pdf"><img src="/sf-images/default-source/default-album/bbb-wga-2022-audit-cover.tmb-medium.jpg?sfvrsn=33979b30_1" alt="2022 Audited Financial Statements" title="2022 Audited Financial Statements" data-displaymode="Thumbnail" style="display:block;margin-left:auto;margin-right:auto;" /></a><br /></p></div><!-- --> <div class="titles-and-content"><p style="text-align:center;"><strong><span class="titles" style="font-size:x-large;">BBB WGA 2022 IRS Form 990</span></strong> </p><p style="text-align:center;"><a href="https://give.org/docs/default-source/default-document-library/bbb-wga-2022-irs-form-990.pdf"><img src="/sf-images/default-source/default-album/bbb-wga-2022-990-cover.tmb-medium.jpg?sfvrsn=e6a534ac_1" alt="2022 IRS Form 990" title="2022 IRS Form 990" data-displaymode="Thumbnail" style="display:block;margin-left:auto;margin-right:auto;" /></a><br /><span data-sfref="[images|OpenAccessDataProvider|tmb%3Amedium]2a31e7c9-3add-401c-8c8f-aebc86c0fdc3" class="sf-Image-wrapper"><br /></span> </p></div></div></div> </div> </div> <div id="Contentplaceholder1_C002_Col02" class="sf_colsIn" data-sf-element="Column 3" data-placeholder-label="Column 3"> </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&amp;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&amp;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="/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-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">&times;</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&amp;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 />&copy;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&amp;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&amp;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&amp;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&amp;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&amp;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 &amp; 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 &amp; Trademarks</a> </div><div class="terms terms2 "><a href="https://give.org/about-us/government-and-regulatory-disclosures " class="term reg ">Government &amp; Regulatory Disclosures</a> <a href="https://give.org/about-us/privacy-policy " class="term priv ">Privacy Policy</a> </div><div class="mobile-copy ">&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" src="/Mvc/Scripts/AskGive/bundle.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10