CINXE.COM

American Cancer Society charity review & reports by Give.org

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title> American Cancer Society charity review & reports by Give.org </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><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" defer></script><meta property="og:title" content="American Cancer Society charity review & reports by Give.org" /><meta property="og:url" content="https://give.org/charity-reviews/Health/American-Cancer-Society-in-Kennesaw-ga-186" /><meta property="og:type" content="article" /><meta property="og:site_name" content="Give.org | BBB Wise Giving Alliance" /><style type="text/css" media="all">/* THIS PAGE IS VERY IMPORTANT -- DO NOT DELETE / UNPUBLISH. IT ONLY APPEARS BLANK BECAUSE IT GENERATES CONTENT BASED ON THE USERS CHOICE */</style><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><link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" media="all" rel="stylesheet" type="text/css" /><link href="/Mvc/Style/Givestyles.css" media="all" rel="stylesheet" type="text/css" /><link href="/Mvc/Style/promo.css" media="all" rel="stylesheet" type="text/css" /><link href="/Mvc/Style/proxima.css" media="all" rel="stylesheet" type="text/css" /><link href="/Mvc/Style/ss-standard.css" media="all" rel="stylesheet" type="text/css" /><link href="/App_Data/Sitefinity/WebsiteTemplates/App_Themes/WGATheme/Global/fonts/proxima-fonts.css" media="all" rel="stylesheet" type="text/css" /><script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script><script type="text/javascript" src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0"></script><style type="text/css" media="all">.sf_1col_1in_100b{ display:none!important; }</style><style type="text/css" media="all">#navbarSupportedContent > ul > li:nth-child(5) > button { margin:auto; } .email-and-send { background: none !important; } .email-and-send, .footer-email-input { display: flex; width: 80%; justify-content: space-between; border-radius: 5px; background: #fff; height: 43px; } body > div:nth-child(1) > div:nth-child(11) > div > div > div.mailing > div.email-and-send.mail-wrap > button { height:43px; } input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #ccc; padding: 6px 4px; outline: 0; border-radius: 2px; font-size: 13px; color: #777; width: 100%; max-width: none; display: block; margin-bottom: 20px; background: #fff; } .drop-down-item a { color: white !important; }</style><style type="text/css" media="all">.legend-listing > li .status-icon.meets-standards:before { content: none; } .standards-not-met #Layer_1 { display: none; } .rail-item li { border: none; padding: 0 !important; margin-bottom: 10px !important; } .third-header#right_rail_h3 { font-size: 20px !important; font-weight: bold; } .email-and-send, .footer-email-input { height: unset; } .modal-title { color: #005f86 !important; } #donate-btn, #close-btn { background-color: #005f86 !important; } #supportBtn { margin-right: 0; } .standards-item .status-icon.meets-standards:before { content: none !important; } .standards-item .status-icon.meets-standards svg { transform: translateY(0px) !important; } .status-info .third-header { font-weight: bold; } .report-meta p.left strong { font-weight: normal !important; } b, optgroup, strong { font-weight: bold !important; } .subpage h3 { font-weight: bold !important; } .subpage p { font-weight: normal !important; } .charity-contact p.tel, .charity-contact p.address, .charity-contact a strong { font-weight: normal !important; } .full-report { display:block !important; } @media print { /* Hide navigation and other unnecessary elements */ .allOfNav, .footer-container { display: none !important; }} </style><script type="text/javascript"> window.addEventListener("DOMContentLoaded", (event) => { console.log("DOM fully loaded and parsed"); const viewFullReport = document.getElementById('view-full-report'); if (viewFullReport) { viewFullReport.addEventListener('click', function() { const reportContent = document.getElementById('reportContent'); const navPills = document.querySelector('.report-container .nav-pills'); if (reportContent && navPills) { reportContent.classList.toggle('full-report'); navPills.style.display = navPills.style.display === 'none' ? '' : 'none'; const divs = reportContent.querySelectorAll(':scope > div'); divs.forEach(div => div.classList.toggle('tab-pane')); if (reportContent.classList.contains('full-report')) { window.scrollTo({ top: reportContent.offsetTop, behavior: 'smooth' }); } } }); } }); </script><script type="text/javascript"> // Select all SVG elements with the ID 'Layer_1' var svgElements = document.querySelectorAll("#Layer_1"); // Iterate over the NodeList and remove each element svgElements.forEach(function(svgElement) { svgElement.parentNode.removeChild(svgElement); }); </script><link rel="canonical" href="https://give.org/charity-reviews/Health/American-Cancer-Society-in-Kennesaw-ga-186" /><meta name="description" content="American Cancer Society charity review and evaluation. American Cancer Society is an accredited BBB Wise charity — see why they meet the standards of charity accountability." /><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><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" /><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="69px" "="" 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> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" defer></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" async></script> <!--<script src="~/Mvc/Scripts/CharityReport.js" defer></script>--> <style> html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, omark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; //font: inherit; vertical-align: baseline } @font-face { font-family: "SSStandard"; src: url('https://give.org/Mvc/Style/ss-standard.woff'); //src: url('ss-standard.eot?#iefix') format('embedded-opentype'), url('ss-standard.woff') format('woff'), url('ss-standard.ttf') format('truetype'), url('ss-standard.svg#SSStandard') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } * { box-sizing: border-box; } /* Style rules from the bootstrap. Putting it in here so elements don't shift majorly once Bootstrap loads */ .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } @media (min-width: 768px) { .col-md-12 { flex: 0 0 100%; max-width: 100%; } } /* End of Bootstrap */ body { line-height: 1 } ol, ul { list-style: none } body { background: #fff; //font-family: "proxima-nova",Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; font-size: 14px; margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: normal } h1 { font-size: 44px; line-height: 1.2; margin-bottom: 14px } h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px } h3 { font-size: 28px } h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px } h5 { font-size: 17px; line-height: 24px } h6 { font-size: 14px; line-height: 21px } p { margin: 0 0 20px 0 } strong { font-family: "PROXIMANOVA-BOLD","proxima-nova",Helvetica,Arial,sans-serif } hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0 } a, a:visited { color: #333; text-decoration: underline; outline: 0 } a:hover, a:focus { color: #000 } p a, p a:visited { line-height: inherit } ul, ol { margin-bottom: 20px } ul { list-style: none outside } ul.nav { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: nowrap; padding-left: 0; margin-bottom: 0; list-style: none; } li { line-height: 18px; margin-bottom: 12px } ol { list-style: decimal } ol, ul.square, ul.circle, ul.disc { margin-left: 30px } img, object, video { max-width: 100%; height: auto; border: 0 } a img { border: 0; outline: 0 } .reports .button, button, .reports input[type="submit"], .reports input[type="reset"], .reports input[type="button"] { font-family: "PROXIMANOVA-BOLD","proxima-nova",Helvetica,Arial,sans-serif; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #8ba444; background: -webkit-gradient(linear,0 0,0 bottom,from(#8ba444),to(#5e772e)); background: -webkit-linear-gradient(#8ba444,#5e772e); background: -moz-linear-gradient(#8ba444,#5e772e); background: -ms-linear-gradient(#8ba444,#5e772e); background: -o-linear-gradient(#8ba444,#5e772e); background: linear-gradient(#8ba444,#5e772e); -pie-background: linear-gradient(#8ba444,#5e772e); behavior: url(/pie/PIE.htc); border: 0 solid #aaa; border-top: 0 solid #ccc; border-left: 0 solid #ccc; color: #FFF !Important; display: inline-block; font-size: 16px; text-decoration: none; cursor: pointer; margin-bottom: 20px; line-height: normal; padding: 20px 40px; text-align: center } .reports .button:hover, button:hover, .reports input[type="submit"]:hover, .reports input[type="reset"]:hover, .reports input[type="button"]:hover { color: #FFF; background: #5e772e; background: -webkit-gradient(linear,0 0,0 bottom,from(#5e772e),to(#495b1f)); background: -webkit-linear-gradient(#5e772e,#495b1f); background: -moz-linear-gradient(#5e772e,#495b1f); background: -ms-linear-gradient(#5e772e,#495b1f); background: -o-linear-gradient(#5e772e,#495b1f); background: linear-gradient(#5e772e,#495b1f); -pie-background: linear-gradient(#5e772e,#495b1f); behavior: url(/pie/PIE.htc); border: 0 solid #888; border-top: 0 solid #aaa; border-left: 0 solid #aaa } .reports .button:active, button:active, .reports input[type="submit"]:active, .reports input[type="reset"]:active, .reports input[type="button"]:active { border: 0 solid #666; background: #5e772e; background: -webkit-gradient(linear,0 0,0 bottom,from(#5e772e),to(#495b1f)); background: -webkit-linear-gradient(#5e772e,#495b1f); background: -moz-linear-gradient(#5e772e,#495b1f); background: -ms-linear-gradient(#5e772e,#495b1f); background: -o-linear-gradient(#5e772e,#495b1f); background: linear-gradient(#5e772e,#495b1f); -pie-background: linear-gradient(#5e772e,#495b1f); behavior: url(/pie/PIE.htc) } .reports .button.full-width, button.full-width, .reports input[type="submit"].full-width, .reports input[type="reset"].full-width, .reports input[type="button"].full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center } .reports button::-moz-focus-inner, .reports input::-moz-focus-inner { border: 0; padding: 0 } form { margin-bottom: 20px } .all-content-wrap { position: relative; width: 1000px; max-width: min(1140px, 92vw); margin: 0 auto; padding: 0 } .all-content-wrap .column, .all-content-wrap .columns { float: left; display: inline; margin-left: 0; margin-right: 0 } .all-content-wrap .subnav.column { width: 175px; margin-right: 20px } .all-content-wrap .subpage-content-two-span.column { width: 780px } .all-content-wrap.reports { display: flex; flex-wrap: nowrap; } @media only screen and (max-width: 767px) { .all-content-wrap { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .all-content-wrap .columns, .all-content-wrap .column { margin: 0 } .all-content-wrap .one.column, .all-content-wrap .one.columns, .all-content-wrap .two.columns, .all-content-wrap .three.columns, .all-content-wrap .four.columns, .all-content-wrap .five.columns, .all-content-wrap .six.columns, .all-content-wrap .seven.columns, .all-content-wrap .eight.columns, .all-content-wrap .nine.columns, .all-content-wrap .ten.columns, .all-content-wrap .eleven.columns, .all-content-wrap .twelve.columns, .all-content-wrap .thirteen.columns, .all-content-wrap .fourteen.columns, .all-content-wrap .fifteen.columns, .all-content-wrap .sixteen.columns, .all-content-wrap .one-half.column, .all-content-wrap .one-third.column, .all-content-wrap .two-thirds.column, .all-content-wrap .subpage-content.column, .all-content-wrap .subpage-right.column, .all-content-wrap .subpage-content-two-span.column { width: 300px } .all-content-wrap .subnav.column { width: 280px; margin-bottom: 30px } .all-content-wrap .search-nav.column { width: 300px; margin-right: 20px } .all-content-wrap .subpage-right.column { margin-top: 30px } .all-content-wrap .subpage-content-two-span-narrow.column { width: 300px; margin-right: 0 } .all-content-wrap .subpage-right-wide.column { width: 300px } .all-content-wrap .newsitem-content.column { width: 280px; margin-right: 0 } .all-content-wrap .newsitem-right.column { width: 280px; margin-top: 30px } .all-content-wrap .offset-by-one, .all-content-wrap .offset-by-two, .all-content-wrap .offset-by-three, .all-content-wrap .offset-by-four, .all-content-wrap .offset-by-five, .all-content-wrap .offset-by-six, .all-content-wrap .offset-by-seven, .all-content-wrap .offset-by-eight, .all-content-wrap .offset-by-nine, .all-content-wrap .offset-by-ten, .all-content-wrap .offset-by-eleven, .all-content-wrap .offset-by-twelve, .all-content-wrap .offset-by-thirteen, .all-content-wrap .offset-by-fourteen, .all-content-wrap .offset-by-fifteen { padding-left: 0 } ul.nav { flex-wrap: wrap; } } @media only screen and (min-width: 480px) and (max-width:767px) { .all-content-wrap { width: 420px } .all-content-wrap .columns, .all-content-wrap .column { margin: 0 } .all-content-wrap .one.column, .all-content-wrap .one.columns, .all-content-wrap .two.columns, .all-content-wrap .three.columns, .all-content-wrap .four.columns, .all-content-wrap .five.columns, .all-content-wrap .six.columns, .all-content-wrap .seven.columns, .all-content-wrap .eight.columns, .all-content-wrap .nine.columns, .all-content-wrap .ten.columns, .all-content-wrap .eleven.columns, .all-content-wrap .twelve.columns, .all-content-wrap .thirteen.columns, .all-content-wrap .fourteen.columns, .all-content-wrap .fifteen.columns, .all-content-wrap .sixteen.columns, .all-content-wrap .one-half.column, .all-content-wrap .one-third.column, .all-content-wrap .two-thirds.column, .all-content-wrap .subpage-content.column, .all-content-wrap .subpage-right.column, .all-content-wrap .subpage-content-two-span.column { width: 420px } .all-content-wrap .subnav.column { width: 400px; margin-bottom: 30px } .all-content-wrap .subpage-content-two-span-narrow.column { width: 420px; margin-right: 0 } .all-content-wrap .search-nav.column { width: 420px; margin-right: 20px } .all-content-wrap .subpage-right-wide.column { width: 330px } .all-content-wrap .newsitem-content.column { width: 400px; margin-right: 0 } .all-content-wrap .newsitem-right.column { width: 300px; margin-top: 30px } } .all-content-wrap:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden } .ss-navigateleft, .ss-navigateright, .ss-plus, .ss-hyphen { font-size: 75%; } ul#donate .ss-navigateright { color: #78a8b9; font-size: 65%; } .left, .all-content-wrap .column.left { float: left; } .right, .all-content-wrap .column.right { float: right; } .all-content-wrap .main-content.left, .all-content-wrap .rail-content.left { margin-right: 20px; } /*.all-content-wrap .main-content.right,*/ .all-content-wrap .rail-content.right { margin-right: 0; } h2, .secondary-header { color: #333; } .subpage .secondary-header { margin: 20px 0; } .divider_grey { height: 1px; background: #e7e7e7; clear: both; margin: 10px 0; } .subpage { margin-top: 15px; margin-bottom: 100px; } .subpage a { color: #0d7c99; text-decoration: none; } .subpage h3 { font-family: "PROXIMANOVA-BOLD", "proxima-nova", Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 19px; margin: 0 auto; } .subpage h2 { font-size: 30px; font-weight: 500px; line-height: 110%; margin-top: 5px; } .subpage p { font-size: 16px; font-weight: 500; line-height: 21px; margin-right: 15px; } .subnav { background: #f5f5f5; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 0px solid #f5f5f5; padding: 20px 10px 5px; } .all-content-wrap .subnav.rail-content { background: none; border: none; padding: 0; width: 195px; } .rail-item { margin: 0; height: auto; padding: 15px; overflow: hidden; } .rail-item h4, .rail-item p, .rail-item a.rail-link { font-size: 16px; } a.rail-link { display: block; } .rail-item li { margin: 0; border: none; padding: 0 0 10px 0; } /* Charity Report Detail ================================================== */ .report-meta p.left { font-size: 14px; text-transform: uppercase; } .valid-duration, .report-meta p.left { margin-bottom: 5px; } .valid-duration li { font-size: 16px; display: inline-block; margin: 0 10px; } .report-meta { margin-bottom: 20px; } .report-header { position: relative; } .report-header .secondary-header { font-size: 24px; margin: 0 180px 20px 0px; } .charity-info-mobile { display: none; } .charity-seal { position: absolute; top: 0; right: 0; margin-bottom: 20px; width: 180px; } .title-container .charity-seal { position: static; float: left; margin-right: 10px; margin-bottom: 10px; } .title-container h2 { font-size: 24px; } .charity-info-mobile .charity-seal { position: static; } .charity-status { overflow: hidden; margin-bottom: 20px; line-height: 57px; display: flex; } .charity-status p { color: #007c9b; } .charity-status.unable-to-verify svg, .charity-status.standards-not-met svg, .charity-status.review-in-progress svg, .charity-status.did-not-disclose svg { transform: translateY(-2px); } .status-icon { /*background: url(/images/Give/report-type-icons.png) no-repeat;*/ width: 57px; height: 57px; float: left; margin-right: 20px; } .charity-status.meets-standards .status-icon:before { //content: url(/images/Give/print-report-icons/meets-standards.svg); } .charity-status.standards-not-met .status-icon:before { /*background-position: 0 -58px; height: 58px;*/ //content: url(/images/Give/print-report-icons/standards-not-met.svg); } .charity-status.did-not-disclose .status-icon:before { /*background-position: 0 -116px; height: 58px;*/ //content: url(/images/Give/print-report-icons/did-not-disclose.svg); } .charity-status.review-in-progress .status-icon:before { /*background-position: 0 -174px; height: 58px;*/ //content: url(/images/Give/print-report-icons/review-in-progress.svg); } .charity-status.unable-to-verify .status-icon:before { /*background-position: 0 -232px; height: 58px;*/ //content: url(/images/Give/print-report-icons/unable-to-verify.svg); } .charity-status .third-header { text-transform: capitalize; font-size: 22px; } .meets-standards { line-height: normal; } .meets-standards .third-header { padding-top: 10px; } .status-info { position: relative; display: flex; align-items: center; } .meets-standards .status-info { flex-direction: column; align-items: flex-start; } .status-info, .status-info .third-header, .standard-num-listing { float: left; } .status-info p { clear: both; margin-bottom: 0; } .status-info .third-header { font-family: "PROXIMANOVA-BOLD", "proxima-nova", Helvetica, Arial, sans-serif; color: #2d2926; margin: 0 auto; } .charity-info-mobile .status-info { flex-direction: column; align-items: flex-start; } .charity-info-mobile .status-info .standard-num-listing { margin: 0; } .charity-info-mobile .status-info .third-header { margin: 0; } .standard-num-listing { margin: 0 0 0 30px; } .standard-num-item { display: inline-block; color: #fff; font-size: 18px; text-align: center; padding: 5px 9px; margin: 0 5px 0 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #1097ae; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1097ae), to(#0c7594)); background: -webkit-linear-gradient(#1097ae, #0c7594); background: -moz-linear-gradient(#1097ae, #0c7594); background: -ms-linear-gradient(#1097ae, #0c7594); background: -o-linear-gradient(#1097ae, #0c7594); background: linear-gradient(#1097ae, #0c7594); -pie-background: linear-gradient(#1097ae, #0c7594); behavior: url(/pie/PIE.htc); } .ie8 .standard-num-item { background: #1097ae; filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1097ae', EndColorStr='#0c7594'); } .standard-num-item.standards-not-met { background: #f0d000; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0d000), to(#eabb00)); background: -webkit-linear-gradient(#f0d000, #eabb00); background: -moz-linear-gradient(#f0d000, #eabb00); background: -ms-linear-gradient(#f0d000, #eabb00); background: -o-linear-gradient(#f0d000, #eabb00); background: linear-gradient(#f0d000, #eabb00); -pie-background: linear-gradient(#f0d000, #eabb00); behavior: url(/pie/PIE.htc); } .ie8 .standard-num-item.standards-not-met { background: #f0d000; filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0d000', EndColorStr='#eabb00'); } .charity-contact { margin-bottom: 20px; } .charity-contact p { margin: 0; } .charity-contact a { font-size: 16px; } .standards-matrix-container, .standards-share, .standards-matrix, .standards-matrix-listing { overflow: hidden; } .standards-share ul { margin-bottom: 5px; float: right; } .standards-share li { display: inline-block; margin-bottom: 0; margin-right: 15px; } .standards-share li a { color: #555; } .standards-share li a span { background: url(/images/Give/share-icons.png) no-repeat; width: 12px; height: 14px; float: left; margin-right: 5px; } .standards-share li a.standards-share-link span { background-position: -12px 0; width: 14px; } .standards-share li a.standards-print-link span { background-position: -26px 0; width: 14px; } .standards-share li a.standards-check-link span { background-position: -40px 0; width: 15px; } .standards-matrix { border: 1px solid #333; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 30px; } .standards-matrix-header { background: #ecf7f9; } .standards-matrix-header .third-header { color: #0d819d; text-transform: capitalize; } .standards-matrix-header, .standards-matrix-listing { padding: 20px; } .standards-matrix-listing .column { width: 33%; margin: 0; } .standards-matrix .fourth-header { font-size: 15px; font-family: "PROXIMANOVA-BOLD", "proxima-nova", Helvetica, Arial, sans-serif; color: #cd2128; } .standards-listing { margin-left: 0; } .standards-item { list-style-position: inside; } .standards-content-container { overflow: hidden; margin-top: -18px; padding-left: 25px; } .standard-info { margin-top: 10px; display: none; } .standard-info p { font-size: 13px; line-height: 14px; } .standards-item .status-icon { height: 16px; width: 16px; margin-right: 10px; } .standards-item .status-icon.meets-standards svg { transform: translateY(-3px); } .standards-item .status-icon.meets-standards:before { //content: url(/images/Give/print-report-icons/meets-standards.svg); } .standards-item .status-icon.standards-not-met:before { //content: url(/images/Give/print-report-icons/standards-not-met.svg); } .standards-item .status-icon.did-not-disclose:before { //content: url(/images/Give/print-report-icons/did-not-disclose.svg); } .standards-item .status-icon.review-in-progress:before { //content: url(/images/Give/print-report-icons/review-in-progress.svg); } .standards-item .status-icon.unable-to-verify:before { //content: url(/images/Give/print-report-icons/unable-to-verify.svg); } .standards-item .standards-link { font-family: "PROXIMANOVA-BOLD", "proxima-nova", Helvetica, Arial, sans-serif; } .standard-content { float: left; width: 80%; } .standard-content ul { margin: 4px 0 5px 15px; } .standard-content li { list-style: disc; } .report-container { margin-bottom: 30px; } .report-container .third-header { display: none; } .report-content li:last-child { margin: 0; } .report-content li p { margin: 0; } .report-content p { margin-right: 0; } .report-content table { font-size: 16px; width: 60%; } .report-content table th { text-align: left; } .report-content table td { text-align: right; } .report-content table td:first-child { text-align: left; width: 80% } .report-content table td.indent { text-indent: 40px; } .report-content-item-conclusion ul { list-style: disc; } .report-content-item-conclusion ul li { margin-left: 35px; font-size: 16px; line-height: 21px; margin-bottom: 4px; } .report-content-item-conclusion ul li:last-child { margin-left: 35px; margin-bottom: 4px; } .pie-chart { text-align: center; width: 60%; } .report-legend { margin-top: 20px; } .report-legend li { display: inline-block; margin-right: 55px; } p.foot-note, .foot-note p { font-size: 14px; line-height: 16px; } p.foot-note { margin: 0; } .tabs-list { display: table; margin: 0; } .tab-item { font-size: 13px; background: #0d819d; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-top-left-radius: 5px; -moz-border-top-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; line-height: 14px; text-align: center; display: table-cell; vertical-align: middle; outline: 1px solid #fff; margin-bottom: 0px; } .tab-item.ui-state-active, .tab-item.ui-state-hover, .accordion .third-header.ui-state-active, .accordion .third-header.ui-state-hover { background: #333; } .tab-item a { color: #fff; display: block; padding: 15px; } .report-content-item { border: 1px solid #c0c0c0; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-bottom-left-radius: 5px; -moz-border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 20px; } .full-report .tabs-list, .accordion .tabs-list { display: none; } .full-report .report-content-item, .accordion .report-content-item { border: none; } .full-report .report-content-item { padding: 0; display: block !important; /*To override jquery ui tabs fixes print issue*/ } .full-report .third-header { display: block; color: #0d7c99; font-size: 14px; text-transform: uppercase; border-bottom: 1px solid #e7e7e7; padding-bottom: 10px; margin: 20px 0; } .full-report .third-header .ss-navigatedown, .full-report .third-header .ss-navigateup { display: none; } .accordion .third-header { background: #007c9b; display: block; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 15px 20px; margin-bottom: 2px; cursor: pointer; font-size: 16px; } .accordion .third-header .ss-navigatedown, .accordion .third-header .ss-navigateup { float: right; } .legal-links { font-size: 16px; text-align: center; display: none; } .legal-links li { display: inline-block; border-right: 1px solid #a1a1a1; margin: 0 5px 0 0; padding-right: 10px; } .legal-links li:last-child { border: none; margin: 0; padding: 0; } .reports .subpage-content-two-span.column { width: 748px; } .reports .rail-content.column { width: 260px; } .rail-item-legend { background: #f5f5f5; color: #333; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 20px !important; } #right_rail_h3 { padding-bottom: 5px !important; text-align: center; font-size: 22px !important; } .legend-listing { border-top: 1px #575757 solid; padding: 15px 0px 5px 0px; border-bottom: 1px #575757 solid; } .legend-listing li { overflow: hidden; line-height: 27px; } .rail-item-legend .third-header { margin-bottom: 10px; } .legend-listing, .sub-rail-item > ul { margin: 3px 0px 10px 0px; } .legend-listing > li .status-icon { height: 27px; width: 27px; } .legend-listing > li .status-icon.meets-standards:before { //content: url(/Images/Give/print-report-icons/meets-standards.svg); } .legend-listing > li .status-icon.standards-not-met:before { //content: url(/Images/Give/print-report-icons/standards-not-met.svg); } .legend-listing > li .status-icon.did-not-disclose:before { //content: url(/Images/Give/print-report-icons/did-not-disclose.svg); } .legend-listing > li .status-icon.review-in-progress:before { //content: url(/Images/Give/print-report-icons/review-in-progress.svg); } .legend-listing > li .status-icon.unable-to-verify:before { //content: url(/Images/Give/print-report-icons/unable-to-verify.svg); } #right_rail_bottom_ul_container { border-top: 1px #575757 solid; padding-top: 10px; } .rail-item-legend a.rail-link { /*background: url(/images/Give/bg_arrow_subnav.png) no-repeat right center;*/ /*padding-right: 25px;*/ font-size: 17px; color: black; display: flex; justify-content: space-between; } .rail-button { display: block; color: #fff !important; font-size: 16px; text-align: center; padding: 10px; margin: 20px 0; text-transform: none !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #012F6C; /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1097ae), to(#0c7594)); background: -webkit-linear-gradient(#1097ae, #0c7594); background: -moz-linear-gradient(#1097ae, #0c7594); background: -ms-linear-gradient(#1097ae, #0c7594); background: -o-linear-gradient(#1097ae, #0c7594); background: linear-gradient(#1097ae, #0c7594); -pie-background: linear-gradient(#1097ae, #0c7594); behavior: url(/pie/PIE.htc);*/ } .ie8 .rail-button { background: #012F6C; /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1097ae', EndColorStr='#0c7594');*/ } .right-rail-nav-arrow { padding: 2px 2px 0px 0px; } .rail-item-legend > .ss-navigateright { font-size: 60%; margin-left: 3px; } #printCanvasImage { display: none; } canvas { max-width: 100%; } @media only screen and (max-width: 1000px) { /* Charity Report Detail ================================================== */ .reports .subpage-content-two-span.column, .reports .subnav.rail-content { width: 748px; max-width: 100%; } .reports .subnav.rail-content { margin: 0 10px; } .all-content-wrap.reports { flex-direction: column; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } } @media only screen and (max-width: 767px) { .container.report-container { padding-right: 0px; padding-left: 0px; } .all-content-wrap.reports { padding-right: 0px; padding-left: 0px; } .all-content-wrap .subnav.column { margin-right: 0; margin-left: 0; } .all-content-wrap .subnav.rail-content { width: 100%; } .report-header .secondary-header { margin: 0 0px 20px 0px; } /* Charity Report Detail ================================================== */ .reports .subpage-content-two-span.column, .report-content table, .pie-chart { width: 100%; } .standards-matrix-container, .charity-info, .report-meta, .tabs-list { display: none; } .charity-info-mobile, .accordion .third-header { display: block; } .accordion .report-content-item { border: none; } .legal-links { display: block; } } .mobile-report-breadcrumbs { display: none; margin-bottom: 0; font-family: "PROXIMANOVA-BOLD","proxima-nova",Helvetica,Arial,sans-serif } @media all and (max-width: 768px) { .mobile-report-breadcrumbs { display: block } } .ss-icon, .ss-icon.ss-standard, [class^="ss-"]:before, [class*=" ss-"]:before, [class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before, [class^="ss-"].right:after, [class*=" ss-"].right:after, [class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after { font-family: "SSStandard"; font-style: normal; font-weight: normal; text-decoration: none; text-rendering: optimizeLegibility; white-space: nowrap; -moz-font-feature-settings: "liga=1"; -moz-font-feature-settings: "liga"; -ms-font-feature-settings: "liga" 1; -o-font-feature-settings: "liga"; font-feature-settings: "liga"; -webkit-font-smoothing: antialiased } /* From the global stylesheets */ /* main.css */ p { font-size: 16px; } strong { font-family: "PROXIMANOVA-BOLD","proxima-nova",Helvetica,Arial,sans-serif } a { color: #0d7c99; text-decoration: none; } ul { list-style: none; } input { outline: none; } .divider_grey { height: 1px; background: #e7e7e7; clear: both; margin: 10px 0; } b, optgroup, strong { font-weight: 500; } iframe { border: none; } /* from ss-standard.css */ /* This triggers a redraw in IE to Fix IE8's :before content rendering. */ html:hover [class^="ss-"] { -ms-zoom: 1; } .ss-icon, .ss-icon.ss-standard, [class^="ss-"]:before, [class*=" ss-"]:before, [class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before, [class^="ss-"].right:after, [class*=" ss-"].right:after, [class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after { font-family: "SSStandard"; font-style: normal; font-weight: normal; text-decoration: none; text-rendering: optimizeLegibility; white-space: nowrap; /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */ -moz-font-feature-settings: "liga=1"; -moz-font-feature-settings: "liga"; -ms-font-feature-settings: "liga" 1; -o-font-feature-settings: "liga"; font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; } .ss-navigateright:before, .ss-navigateright.right:after { content: '▻' } /* From z-CharitySearch.css */ .report-container .nav-pills li { margin-bottom: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; } .report-container .nav-pills li a { color: #fff !important; padding: 15px; white-space: nowrap; } .report-container .nav-pills li a.active { background-color: #333333 !important; border-top-left-radius: 5px; border-top-right-radius: 5px; } .standards-not-met h3.third-header, .unable-to-verify h3.third-header, .did-not-disclose h3.third-header, .review-in-progress h3.third-header { margin-top: 15px; } /* From nav.css */ .nav > li > a:focus, .nav > li > a:hover { text-decoration: none; background-color: transparent; } #conclusion li { list-style: disc; } #conclusion ul { padding-left: 30px; } </style> <style> h1.secondary-header { font-weight: bold; font-family: "PROXIMANOVA-BOLD","proxima-nova",Helvetica,Arial,sans-serif; } </style> <!-- Breadcrumbs container here --> <div class="all-content-wrap subpage reports"> <div class="subpage-content-two-span column main-content left"> <div class="report-meta"> <p class="left"><strong>Charity Review</strong></p> <ul class="valid-duration right"> <li>Issued: September 2023</li> <li>Expires: September 2025</li> </ul> <div class="divider_grey"></div> </div> <div class="report-header"> <ul class="mobile-report-breadcrumbs"> <li class="last">CHARITY REVIEW</li> </ul> <h1 class="secondary-header">American Cancer Society</h1> <div class="charity-info"> <div class="charity-status meets-standards"> <span class="status-icon"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="57" width="57"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="status-info"> <h2 class="third-header">Accredited Charity</h2> <p>Meets Standards</p> </div> </div> <div class="charity-contact"> <p class="tel"><a href="tel:800-227-2345">800-227-2345</a></p> <p class="address"> 3380 Chastain Meadows Parkway NW, Suite 200<br> Kennesaw, GA 30144 </p> <a href="https://www.cancer.org"><strong>https://www.cancer.org</strong></a> </div> <img loading="lazy" src="/sf-images/default-source/default-album/accredited-charity-seal.png" alt="Accredited Charity" class="charity-seal" width="180" height="68"> </div> <div class="charity-info charity-info-mobile"> <div class="charity-contact"> <p class="tel"><a href="tel:800-227-2345">800-227-2345</a></p> <p class="address"> 3380 Chastain Meadows Parkway NW, Suite 200 Kennesaw, GA 30144 </p> <a href="https://www.cancer.org"><strong>https://www.cancer.org</strong></a> </div> <img loading="lazy" src="/sf-images/default-source/default-album/accredited-charity-seal.png" alt="Accredited Charity" class="charity-seal" width="180" height="68"> <div class="charity-status meets-standards"> <span class="status-icon"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="57" width="57"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="status-info"> <h2 class="third-header">Accredited Charity</h2> <p>Meets Standards</p> </div> </div> </div> </div> <div class="standards-matrix-container"> <div class="standards-share"> <ul class="tabs-list"> <li id="view-full-report"><a href="#" class="standards-report-link"><span></span>Full Report</a></li> <li><a href="#" class="standards-print-link"><span></span>Print</a></li> <li><a href="https://give.org/donor-landing-page/bbb-standards-for-charity-accountability" class="standards-check-link"><span></span>BBB Charity Standards</a></li> </ul> </div> <div class="standards-matrix"> <div class="standards-matrix-header"> <h3 class="third-header"><strong>Standards For Charity Accountability</strong></h3> </div> <div class="standards-matrix-listing"> <div class="column"> <div class="standards-matrix-item"> <h4 class="fourth-header">Governance</h4> <ol class="standards-listing" start="1"> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Board Oversight</a> <div class="standard-info"> <p><strong>Standard 1 (Oversight of Operations and Staff)</strong></p> <p> <strong>Description</strong><br> Organizations shall have a board of directors that provides adequate oversight of the charity&#39;s operations and its staff. Indication of adequate oversight includes, but is not limited to, regularly scheduled appraisals of the CEO&#39;s performance, evidence of disbursement controls such as board approval of the budget, fund raising practices, establishment of a conflict of interest policy, and establishment of accounting procedures sufficient to safeguard charity finances. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Board Size</a> <div class="standard-info"> <p><strong>Standard 2 (Number of Board Members)</strong></p> <p> <strong>Description</strong><br> Soliciting organizations shall have a board of directors with a minimum of five voting members. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Board Meetings</a> <div class="standard-info"> <p><strong>Standard 3 (Frequency and Attendance of Board Meetings)</strong></p> <p> <strong>Description</strong><br> An organization shall have a minimum of three evenly spaced meetings per year of the full governing body with a majority in attendance, with face-to-face participation. A conference call of the full board can substitute for one of the three meetings of the governing body. For all meetings, alternative modes of participation are acceptable for those with physical disabilities. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Board Compensation</a> <div class="standard-info"> <p><strong>Standard 4 (Compensated Board Members)</strong></p> <p> <strong>Description</strong><br> Not more than one or 10% (whichever is greater) directly or indirectly compensated person(s) serving as voting member(s) of the board. Compensated members shall not serve as the board&#39;s chair or treasurer. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Conflict of Interest</a> <div class="standard-info"> <p><strong>Standard 5 (Conflict of Interest)</strong></p> <p> <strong>Description</strong><br> No transaction(s) in which any board or staff members have material conflicting interests with the charity resulting from any relationship or business affiliation. Factors that will be considered when concluding whether or not a related party transaction constitutes a conflict of interest and if such a conflict is material, include, but are not limited to: any arm&#39;s length procedures established by the charity; the size of the transaction relative to like expenses of the charity; whether the interested party participated in the board vote on the transaction; if competitive bids were sought and whether the transaction is one-time, recurring or ongoing. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> </ol> </div> <div class="standards-matrix-item"> <h4 class="fourth-header">Measuring Effectiveness</h4> <ol class="standards-listing" start="6"> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Effectiveness Policy</a> <div class="standard-info"> <p><strong>Standard 6 (Board Policy on Effectiveness)</strong></p> <p> <strong>Description</strong><br> Have a board policy of assessing, no less than every two years, the organization&#39;s performance and effectiveness and of determining future actions required to achieve its mission. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Effectiveness Report</a> <div class="standard-info"> <p><strong>Standard 7 (Board Approval of Written Report on Effectiveness)</strong></p> <p> <strong>Description</strong><br> Submit to the organization&#39;s governing body, for its approval, a written report that outlines the results of the aforementioned performance and effectiveness assessment and recommendations for future actions. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> </ol> </div> </div><div class="column"> <div class="standards-matrix-item"> <h4 class="fourth-header">Finances</h4> <ol class="standards-listing" start="8"> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Program Expenses</a> <div class="standard-info"> <p><strong>Standard 8 (Program Service Expense Ratio)</strong></p> <p> <strong>Description</strong><br> Spend at least 65% of its total expenses on program activities. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Fundraising Expenses</a> <div class="standard-info"> <p><strong>Standard 9 (Fund Raising Expense Ratio)</strong></p> <p> <strong>Description</strong><br> Spending should be no more than 35% of related contributions on fund raising. Related contributions include donations, legacies, and other gifts received as a result of fund raising efforts. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Accumulating Funds</a> <div class="standard-info"> <p><strong>Standard 10 (Ending Net Assets)</strong></p> <p> <strong>Description</strong><br> Avoid accumulating funds that could be used for current program activities. To meet this standard, the charity&#39;s unrestricted net assets available for use should not be more than three times the size of the past year&#39;s expenses or three times the size of the current year&#39;s budget, whichever is higher. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Audit Report</a> <div class="standard-info"> <p><strong>Standard 11 (Financial Statements)</strong></p> <p> <strong>Description</strong><br> Make available to all, on request, complete annual financial statements prepared in accordance with generally accepted accounting principles. When total annual gross income exceeds $1 million, these statements should be audited in accordance with generally accepted auditing standards. For charities whose annual gross income is less than $1 million, a review by a certified public accountant is sufficient to meet this standard. For charities whose annual gross income is less than $250,000, an internally produced, complete financial statement is sufficient to meet this standard. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Detailed Expense Breakdown</a> <div class="standard-info"> <p><strong>Standard 12 (Detailed Functional Breakdown of Expenses)</strong></p> <p> <strong>Description</strong><br> Include in the financial statements a breakdown of expenses (e.g., salaries, travel, postage, etc.) that shows what portion of these expenses was allocated to program, fund raising, and administrative activities. If the charity has more than one major program category, the schedule should provide a breakdown for each category. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Accurate Expense Reporting</a> <div class="standard-info"> <p><strong>Standard 13 (Accuracy of Expenses in Financial Statements)</strong></p> <p> <strong>Description</strong><br> Accurately report the charity&#39;s expenses, including any joint cost allocations, in its financial statements. For example, audited or unaudited statements which inaccurately claim zero fund raising expenses or otherwise understate the amount a charity spends on fund raising, and/or overstate the amount it spends on programs will not meet this standard. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Budget Plan</a> <div class="standard-info"> <p><strong>Standard 14 (Budget)</strong></p> <p> <strong>Description</strong><br> Have a board-approved annual budget for its current fiscal year, outlining projected expenses for major program activities, fund raising, and administration. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> </ol> </div> </div><div class="column"> <div class="standards-matrix-item"> <h4 class="fourth-header">Fundraising &amp; Info</h4> <ol class="standards-listing" start="15"> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Truthful Materials</a> <div class="standard-info"> <p><strong>Standard 15 (Misleading Appeals)</strong></p> <p> <strong>Description</strong><br> Have solicitations and informational materials, distributed by any means, that are accurate, truthful and not misleading, both in whole and in part. Appeals that omit a clear description of program(s) for which contributions are sought will not meet this standard. A charity should also be able to substantiate that the timing and nature of its expenditures are in accordance with what is stated, expressed, or implied in the charity&#39;s solicitations. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Annual Report</a> <div class="standard-info"> <p><strong>Standard 16 (Annual Report)</strong></p> <p> <strong>Description</strong><br> Have an annual report available to all, on request, that includes: (a) the organization&#39;s mission statement, (b) a summary of the past year&#39;s program service accomplishments, (c) a roster of the officers and members of the board of directors, (d) financial information that includes (i) total income in the past fiscal year, (ii) expenses in the same program, fund raising and administrative categories as in the financial statements, and (iii) ending net assets. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Website Disclosures</a> <div class="standard-info"> <p><strong>Standard 17 (Web Site Disclosures)</strong></p> <p> <strong>Description</strong><br> Include on any charity websites that solicit contributions, the same information that is recommended for annual reports, as well as the mailing address of the charity and electronic access to its most recent IRS Form 990. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Donor Privacy</a> <div class="standard-info"> <p><strong>Standard 18 (Privacy for Written Appeals &amp; Internet Privacy)</strong></p> <p> <strong>Description</strong><br> Address privacy concerns of donors by (a) providing in written appeals, at least annually, a means (e.g., such as a check off box) for both new and continuing donors to inform the charity if they do not want their name and address shared outside the organization, (b) providing a clear, prominent and easily accessible privacy policy on any of its websites that tells visitors (i) what information, if any, is being collected about them by the charity and how this information will be used, (ii) how to contact the charity to review personal information collected and request corrections, (iii) how to inform the charity (e.g., a check off box) that the visitor does not wish his/her personal information to be shared outside the organization, and (iv) what security measures the charity has in place to protect personal information. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Cause Marketing Disclosures</a> <div class="standard-info"> <p><strong>Standard 19 (Cause Related Marketing)</strong></p> <p> <strong>Description</strong><br> Clearly disclose how the charity benefits from the sale of products or services (i.e., cause-related marketing) that state or imply that a charity will benefit from a consumer sale or transaction. Such promotions should disclose, at the point of solicitation: (a) the actual or anticipated portion of the purchase price that will benefit the charity (e.g., 5 cents will be contributed to abc charity for every xyz company product sold), (b) the duration of the campaign (e.g., the month of October), (c) any maximum or guaranteed minimum contribution amount (e.g., up to a maximum of $200,000). </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> <li class="standards-item"> <div class="standards-content-container"> <span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="16" width="16"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span> <div class="standard-content"> <a href="#" class="standards-link">Complaints</a> <div class="standard-info"> <p><strong>Standard 20 (Complaints)</strong></p> <p> <strong>Description</strong><br> Respond promptly to and act on complaints brought to its attention by the BBB Wise Giving Alliance and/or local Better Business Bureaus about fund raising practices, privacy policy violations and/or other issues. </p> <p>The organization meets this standard.</p> </div> </div> </div> </li> </ol> </div> </div> </div> </div> </div> <!-- TAB AREA --> <div class="container report-container report-container-size"> <div class="nav-pill-tab-container"> <ul class="nav nav-pills"> <li class="tab-item"><a data-toggle="pill" href="#conclusion" class="active"><strong>Conclusion</strong></a></li> <li class="tab-item"><a data-toggle="pill" href="#purpose"><strong>Purpose</strong></a></li> <li class="tab-item"><a data-toggle="pill" href="#programs"><strong>Programs</strong></a></li> <li class="tab-item"><a data-toggle="pill" href="#governance"><strong>Governance & Staff</strong></a></li> <li class="tab-item"><a data-toggle="pill" href="#fundraising"><strong>Fundraising</strong></a></li> <li class="tab-item"><a data-toggle="pill" href="#taxstatus"><strong>Tax Status</strong></a></li> <li class="tab-item"><a data-toggle="pill" href="#financial"><strong>Financial</strong></a></li> </ul> <div id="reportContent" class="tab-content report-content"> <h3 class="third-header"> <strong>Conclusion</strong> <span class="ss-navigation"></span> </h3> <div id="conclusion" class="tab-pane report-content-item active"> <!-- CharityReportMeetsConclusionsTokenizedText --> <p>American Cancer Society meets the 20 <a href="/donor-landing-page/bbb-standards-for-charity-accountability">Standards for Charity Accountability</a>.</p> </div> <h3 class="third-header"> <strong>Purpose</strong> <span class="ss-navigation"></span> </h3> <div id="purpose" class="tab-pane report-content-item"> <ul class="no-margin"> <li> <p><strong>Year, State Incorporated</strong></p> <p>1922, NY</p> </li> <li> </li> <li> </li> <li> <p><strong>Stated Purpose</strong></p> <p>&quot;to improve the lives of people with cancer and their families through advocacy, research, and patient support, to ensure everyone has the opportunity to prevent, detect, treat and survive cancer.&quot;</p> </li> </ul> </div> <h3 class="third-header"> <strong>Programs</strong> <span class="ss-navigation"></span> </h3> <div id="programs" class="tab-pane report-content-item"> <p>American Cancer Society (ACS) awards grants to academic institutions and professionals in the fields of medicine and science for investigations into the causes, prevention, and cure of cancer. Research staff at ACS analyze trends in cancer occurrence, risk factors, screening, and supply epidemiologic support for the monitoring of international tobacco production, consumption, associated health consequences, and oversee behavioral studies on areas such as family dynamics, minority issues, and communication between physicians and patients. The organization also coordinates an educational, advocacy, and media campaign to help adults and children lower their risks of contracting cancer. Furthermore, ACS reports that through its advocacy work in conjunction with the American Cancer Society Cancer Action Network, it delivers a message to elected leaders that fighting cancer must be a national priority. Its grassroots advocacy volunteers work with lawmakers at the local, state, and federal levels to support legislation protecting patients&#39; rights and to safeguard public health. In addition to providing informational materials to the public and health professionals, ACS issues guidelines for forms of cancer pertaining to diagnosis, care options, symptom management, pain control, and related aspects. Some ($68,348,000 or 12%) of ACS&#39;s program activities are carried out in conjunction with fundraising appeals.</p> <p> For the year ended December 31, 2022, American Cancer Society's program expenses were: </p> <table> <tbody> <tr> <td>Patient support</td> <td>$354,407,000</td> </tr> <tr> <td>Discovery</td> <td>$165,813,000</td> </tr> <tr> <td>Advocacy</td> <td>$46,428,000</td> </tr> <tr> <td><strong>Total Program Expenses:</strong></td> <td><strong>$566,648,000</strong></td> </tr> </tbody> </table> </div> <h3 class="third-header"> <strong>Governance & Staff</strong> <span class="ss-navigation"></span> </h3> <div id="governance" class="tab-pane report-content-item"> <ul> <li> <p><strong>Chief Executive</strong></p> <p>Karen E. Knudsen, Chief Executive Officer</p> </li> <li> <p><strong>Compensation*</strong></p> <p>$725,078</p> </li> <li> <p><strong>Chair of the Board</strong></p> <p>Brian Marlow</p> </li> <li> <p><strong>Chair's Profession / Business Affiliation</strong></p> <p>President, KeyBank&#39;s South Puget Sound Market</p> </li> <li> <p><strong>Board Size</strong></p> <p>21</p> </li> <li> <p><strong>Paid Staff Size</strong></p> <p>2943</p> </li> </ul> <p class="foot-note"> <p>*2021 compensation includes annual salary and, if applicable, benefit plans, expense accounts, and other allowances. A potion of Ms. Knudsen's salary comes from a related organization. Jung H. Ki was the outgoing Chief Operating Officer during 2021 and received compensation of $984,898.</p> <p>Note: Jung H. Ki, Former Chief Operating Officer, was the highest paid employee, recieivng $984,898 in compensation.</p> </p> </div> <h3 class="third-header"> <strong>Fundraising</strong> <span class="ss-navigation"></span> </h3> <div id="fundraising" class="tab-pane report-content-item"> <p><strong>Method(s) Used:</strong></p> <p>Direct mail appeals, Grant proposals, Internet, Invitations to fund raising events, Planned giving arrangements, Print advertisements (newspapers, magazines, etc.), Radio, Cause- related marketing (affinity credit cards, consumer product sales, etc.), Television, Other</p> <p>ACS incurred joint costs of $97,649,000 for informational materials and activities that included fundraising materials. Of those costs $68,348,000 was allocated to program expenses, $27,738,000 was allocated to fundraising expenses, and $1,563,000 was allocated to administrative expenses.</p> <br /><br /> <p>Fundraising costs were 15% of related contributions. (Related contributions, which totaled $693,175,000, are donations received as a result of fundraising activities.)</p> <br /><br /> <p> </p> </div> <h3 class="third-header"> <strong>Tax Status</strong> <span class="ss-navigation"></span> </h3> <div id="taxstatus" class="tab-pane report-content-item"> <p class="no-margin"> This organization is tax-exempt under section 501(c) (3) of the Internal Revenue Code.It is eligible to receive contributions deductible as charitable donations for federal income tax purposes. </p> </div> <h3 class="third-header"> <strong>Financial</strong> <span class="ss-navigation"></span> </h3> <div id="financial" class="tab-pane report-content-item"> <p>The following information is based on American Cancer Society's audited financial statements - consolidated for the year ended December 31, 2022.</p> <table> <tbody> <tr> <th><strong>Source of Funds</strong></th> </tr> <tr> <td>Contributions</td> <td>$256,390,000</td> </tr> <tr> <td>Bequests</td> <td>$182,032,000</td> </tr> <tr> <td>Special events</td> <td>$170,843,000</td> </tr> <tr> <td>In-kind contributions</td> <td>$62,692,000</td> </tr> <tr> <td>Other income</td> <td>$15,544,000</td> </tr> <tr> <td>Grants and contracts from government agencies</td> <td>$5,674,000</td> </tr> <tr> <td>Other losses</td> <td>($9,302,000)</td> </tr> <tr> <td>Investment loss</td> <td>($65,094,000)</td> </tr> <tr> <td>Change in value of split-interest agreements</td> <td>($68,480,000)</td> </tr> <tr> <td><strong>Total Income</strong></td> <td><strong>$550,299,000</strong></td> </tr> </tbody> </table> <div class="report-chart"> <div class="pie-chart"> <canvas id="reportChart"></canvas> <img id="printCanvasImage" src="#"> </div> <ul class="report-legend"> <li><strong>Programs:</strong> 82%</li> <li><strong>Fundraising:</strong> 15%</li> <li><strong>Administrative:</strong> 3%</li> </ul> </div> <table> <tbody> <tr> <td>Total Income</td> <td>$550,299,000</td> </tr> <tr> <td class="indent">Program expenses</td> <td class="pie-data" data-name="Programs" data-value="82">$566,648,000</td> </tr> <tr> <td class="indent">Fundraising expenses</td> <td class="pie-data" data-name="Fundraising" data-value="15">$106,557,000</td> </tr> <tr> <td class="indent">Administrative expenses</td> <td class="pie-data" data-name="Aministrative" data-value="3">$26,338,000</td> </tr> <tr> <td class="indent">Other expenses</td> <td class="pie-data" data-name="Other" data-value="0">$0</td> </tr> <tr> <td>Total expenses:</td> <td id="expenses-total" data-name="Total" data-value="699543000">$699,543,000</td> </tr> <tr> <td>Income in Excess of Expenses</td> <td>$-149,244,000</td> </tr> <tr> <td>Beginning Net Assets</td> <td>$1,437,755,000</td> </tr> <tr> <td>Other Changes In Net Assets</td> <td>$-16,920,000</td> </tr> <tr> <td>Ending Net Assets</td> <td>$1,305,431,000</td> </tr> <tr> <td>Total Liabilities</td> <td>$511,682,000</td> </tr> <tr> <td>Total Assets</td> <td>$1,817,113,000</td> </tr> </tbody> </table> <br> <p>Note 1: In the above financial section, "other changes in net assets" represents net decrease in retirement plan liability.</p> <p>Note 2: According to the organization's 2022 audited financial statements, ACS received in-kind contributions of $62,692,000 including media communication and production services ($28,658,000), Discovery Shops ($24,250,000), Hope Lodge ($4,046,000), other nonfinancial contributioins ($4,030,000), and peer review services ($1,708,000).</p> </div> </div> </div> </div> <!-- END TAB AREA --> <div class="foot-note"> <p> An organization may change its practices at any time without notice. A copy of this report has been shared with the organization prior to publication. It is not intended to recommend or deprecate, and is furnished solely to assist you in exercising your own judgment. If the report is about a charity and states the charity meets or does not meet the&nbsp;<a href="https://give.org/donor-landing-page/bbb-standards-for-charity-accountability">Standards for Charity Accountability</a>, it reflects the results of an evaluation of information and materials provided voluntarily by the charity. The name Better Business Bureau is a registered service mark of the International Association of Better Business Bureaus. </p> <p><span>This report is not to be used for fundraising or promotional purposes.</span></p> </div> <ul class="legal-links"> <li><a href="https://give.org/about-bbb-wga/privacy-policy/">Privacy Policy</a></li> <li><a href="https://give.org/about-bbb-wga/trademarks/">Trademarks</a></li> </ul> </div> <div class="subnav column rail-content right"> <div class="rail-item rail-item-legend"> <div class="sub-rail-item"> <h3 class="third-header" id="right_rail_h3">RELATED CONTENT</h3> <ul class="legend-listing"> <li><span class="status-icon meets-standards"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" height="27" width="27"><defs><style>.cls-1-meets-standards{fill:#62903f;}.cls-2-meets-standards{fill:#fafbf9;}</style></defs><title>meets-standards</title><rect class="cls-1-meets-standards" width="57" height="57" rx="5" ry="5"/><path class="cls-2-meets-standards" d ="M53.1,13.1c-.4.8-1.1,2.1-1.9,3.4C44,27.6,36.8,38.8,29.6,50c-3.4,5.3-6.3,5.7-10.8,1.4C15,47.7,11.2,44,7.4,40.2c-2.6-2.5-3.5-5.5-.8-8.3s5.7-2,8.3.5l1.8,1.8c6.3,6.2,6.3,6.2,11.2-1.4C33,24.9,38,17,43,9.2c1.6-2.5,3.9-3.6,6.8-2.4C52.4,7.9,53.3,9.9,53.1,13.1Z"/></svg></span>Meets Standards</li> <li><span class="status-icon standards-not-met"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57"><defs><style>.cls-standards-not-met-1{fill:#edc226;}.cls-standards-not-met-2{fill:#fafbf9;}</style></defs><title>standards-not-met</title><rect class="cls-standards-not-met-1" width="57" height="57" rx="5" ry="5"/><path class="cls-standards-not-met-2" d="M47.2,37.3l-8.8-8.8,8.8-8.8a7,7,0,1,0-9.9-9.9l-8.8,8.8L19.7,9.8a6.88,6.88,0,0,0-9.9,0,7.06,7.06,0,0,0,0,9.9l8.8,8.8L9.8,37.3a7,7,0,0,0,9.9,9.9l8.8-8.8,8.8,8.8a7.06,7.06,0,0,0,9.9,0A7,7,0,0,0,47.2,37.3Z"/></svg><</span>Standards Not Met</li> <li><span class="status-icon did-not-disclose"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57"><defs><style>.cls-did-no-disclose-1{fill:#cd2329;}.cls-did-no-disclose-2{fill:#fafbf9;}</style></defs><title>did-not-disclose</title><rect class="cls-did-no-disclose-1" width="57" height="57" rx="5" ry="5"/><path class="cls-did-no-disclose-2" d="M35.2,14.4c-.2,5.8-1.4,11.5-2.4,17.2-.4,2-1.1,3.8-3.8,3.8-2.5,0-3.6-1.3-4-3.5-1.2-6.3-2.5-12.7-2.4-19.2C22.8,7.4,24.8,5,29,5.1s6.1,2.5,6.2,7.8Z"/><path class="cls-did-no-disclose-2" d="M28.6,53.2a6.68,6.68,0,0,1-6.3-7c.3-3.6,3.6-6.6,7.1-6.2,3.8.5,5.9,2.8,5.9,6.7A6.41,6.41,0,0,1,28.6,53.2Z"/></svg></span>Did Not Disclose</li> <li><span class="status-icon review-in-progress"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57"><defs><style>.cls-review-in-progress-1{fill:#979897;}.cls-review-in-progress-2{fill:#fafbf9;}</style></defs><title>Asset 1</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><rect class="cls-review-in-progress-1" width="57" height="57" rx="5" ry="5"/><path class="cls-review-in-progress-2" d="M28.5,34.9a6.6,6.6,0,0,1-6.4-6.8,6.2,6.2,0,0,1,6.8-6.2c3.9.3,6,2.6,6.1,6.4A6.45,6.45,0,0,1,28.5,34.9Z"/><path class="cls-review-in-progress-2" d="M10.5,34.9a6.49,6.49,0,0,1-6.6-6.7c.1-3.9,2.3-6.2,6.2-6.4a6.36,6.36,0,0,1,6.7,6.5A6.67,6.67,0,0,1,10.5,34.9Z"/><path class="cls-review-in-progress-2" d="M53.5,28.4a6.68,6.68,0,0,1-6.8,6.5A6.47,6.47,0,0,1,40.4,28c.4-3.8,2.5-6,6.4-6.2A6.55,6.55,0,0,1,53.5,28.4Z"/></g></g></svg></span>Review In Progress</li> <li><span class="status-icon unable-to-verify"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57"><defs><style>.cls-unable-to-verify-1{fill:#2c9bb6;}.cls-unable-to-verify-2{fill:#fafbf9;}</style></defs><title>unable-to-verify</title><rect class="cls-unable-to-verify-1" width="57" height="57" rx="5" ry="5"/><path class="cls-unable-to-verify-2" d="M35.6,7c5.9,1.6,9.7,5.5,10.1,10.4.4,5.6-2.5,9.1-7.2,11.5-2.4,1.2-4.6,2.5-6.1,4.9-2.2,3.5-5.6,3.3-8.2.9-2.8-2.6-2-5.9.4-8.4,1.3-1.4,3.3-2.3,4.9-3.3,2.3-1.4,4.6-3.2,2.6-5.9-1.8-2.4-4.8-1.4-7.2-.1-1.1.6-1.8,1.9-2.7,2.9-2.3,2.8-5.1,2.4-7.6.8-2.8-1.7-2.7-4.6-1.3-7.1,2.9-5.2,7.8-6.9,13.4-7.5a20.85,20.85,0,0,1,2.5,0A32.61,32.61,0,0,1,35.6,7Z"/><path class="cls-unable-to-verify-2" d="M28.1,39.3a6.9,6.9,0,0,1,6.8,6.6,6.81,6.81,0,1,1-13.6,0A7,7,0,0,1,28.1,39.3Z"/></svg></span>Unable to Verify</li> </ul> <!--<a href="https://give.org/donate/" class="rail-button"><strong>Support BBB's Give.org</strong></a>--> </div> <div class="sub-rail-item"> <ul> <li><a href="https://give.org/the-heart-of-giving-podcast" class="rail-link">Heart of Giving Podcast <span class="ss-navigateright right-rail-nav-arrow"></span></a></li> <li><a href="https://give.org/tips-for-donors" class="rail-link">Giving Guidance & Tips. <span class="ss-navigateright right-rail-nav-arrow"></span></a></li> <li><a href="https://give.org/charity-landing-page/accreditation-process" class="rail-link">Charity Report Process <span class="ss-navigateright right-rail-nav-arrow"></span></a></li> </ul> <a href="/ukraine-charity-relief-tips"> <div class="ukraine-button"> <div class="img-wrap"><img loading="lazy" src="https://give.org/sf-images/default-source/default-album/ukraine_charity_relief_tips_icon-100.jpg?Status=Temp&sfvrsn=14ea7d43_2" alt="Ukraine Charity Relief Tips" width="60" height="60" /></div> <div class="txt-wrap">Ukraine Charity Relief Tips</div> </div> </a> </div> </div> <style type="text/css"> .dynamic_links { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; margin-top: 16px; } .dynamic_links a { font-size: 14px; //background-color: rgb(13, 129, 157); border: none; color: #fff; width: 100%; margin-bottom: 12px; text-align:left; padding: 0px; } .youtube-title { text-align: center; margin: 12px 0px; font-weight: bold; } .youtube-container { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; width: 100%; } .youtube-container iframe#youtube-video-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style> <div class="dynamic_links"> <!--<ul><li>[ id ] => 186</li><li>[ execption ] => Object reference not set to an instance of an object.</li></ul>--> </div> </div> </div> <style type="text/css"> #right_rail_buttom_ul_container { border: none !important; } #donate-modal { font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; display: none; pointer-events: none; } .modal-content { background-color: #EEEEEE; } #donate-btn { background-color: #08915C; color: white; } .modal-title { color: #08915C; } #close-btn { background: #08915C; opacity: 1; } .modal-dialog { position: fixed !important; bottom: 0px; left: 0px; margin: 0; z-index: 10040; overflow: auto; overflow-y: auto; } a:hover .ukraine-button { background-color: #005f86; border-color: #005f86; text-decoration: none; } .ukraine-button { display: none; flex-direction: row; align-items: center; justify-content: flex-start; border: solid 5px #008c56; border-radius: 5px; background-color: #008c56; } .ukraine-button .img-wrap { width: 60px; height: 47px; border-radius: 3px; overflow: hidden; } .ukraine-button .img-wrap img { max-width: 100%; } .ukraine-button .txt-wrap { color: #fff; padding-left: 10px; line-height: 20px; } @media only screen and (max-width: 767px) { .ukraine-button .img-wrap { height: 60px; } } </style> <div tabindex="-1" id="donate-modal" data-backdrop="false"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Please Support the BBB Wise Giving Alliance</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close" id="close-btn"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <p>If you found the information in our report helpful to you, consider supporting the BBB Wise Giving Alliance. A gift as small as $5 supports our charity evaluation activities to help donors find and give to charities they can trust</p> <a class="btn" id="donate-btn" href="https://give.org/donate" role="button">Support Give.org</a> </div> </div> </div> </div> <!--<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>--> <script type="text/javascript"> window.addEventListener('load', (event) => { setTimeout(function () { $('#donate-modal').show(); }, 30000); $('#close-btn').click(function () { $('#donate-modal').hide(); }) }); window.addEventListener('load', (event) => { $('#view-full-report').click(function () { $('#reportContent').toggleClass("full-report"); $('.report-container .nav-pills').toggle(); $('#reportContent > div').toggleClass("tab-pane"); if ($('#reportContent').hasClass("full-report")) { $('html, body').animate({ scrollTop: ($('#reportContent').offset().top) }, 2000); } }); function HideFullReport(n, t) { t.removeClass("active"), n.tabs(), n.removeClass("full-report") } function DisplayFullReport(n, t) { t.addClass("active"), n.tabs("destroy"), n.addClass("full-report") } function ToggleInfo(n) { n.hasClass("active") ? n.removeClass("active").slideUp("slow") : n.addClass("active").slideDown("slow") } function RegisterEnquireHandlers() { var n = $("#reportContainer") , i = $("#reportContent") , t = $(".charity-report-dialog-content"); enquire.register("only screen and (max-width: 767px)", { match: function () { t.hasClass("ui-dialog-content") && t.dialog("option", "width", 300), n.hasClass("ui-tabs") && n.tabs("destroy"); var r = !0; reportType == "DoesNotMeetStandards" && (r = !1), i.accordion({ active: r, collapsible: !0, heightStyle: "content", activate: function (n, t) { t.newHeader.find(".ss-navigatedown").removeClass("ss-navigatedown").addClass("ss-navigateup"), t.oldHeader.find(".ss-navigateup").removeClass("ss-navigateup").addClass("ss-navigatedown") } }), n.addClass("accordion"), n.hasClass("full-report") && n.removeClass("full-report") }, unmatch: function () { t.hasClass("ui-dialog-content") && t.dialog("option", "width", 600), i.hasClass("ui-accordion") && i.accordion("destroy"), n.tabs(), n.removeClass("accordion") } }) } function GetClientTimezone() { var t = new Date , n = t.getTimezoneOffset(); document.cookie = "BBBClientTimeZone=" + n.toString() + ";path=/" } function facebook_Share_Page(n, t) { var r, i, u; if (PageIsInEditMode.toLowerCase() == "true") return alert("Please use the Preview Mode to view the results."), !1; r = n, t.length == 150 && (t = t + "..."), i = window.location.href.split("?")[0], u = window.open("http://www.facebook.com/sharer.php?s=100&p[title]=" + encodeURIComponent(r) + "&p[url]=" + encodeURIComponent(i) + "&p[summary]=" + encodeURIComponent(t), "_blank", "height = 700, width = 800, left=100,top=100,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,titlebar=no") } function twitter_Share_Page(n) { if (PageIsInEditMode.toLowerCase() == "true") return alert("Please use the Preview Mode to view the results."), !1; var i = window.location.href.split("?")[0] , t = "http://twitter.com/home?status=" + i + "&amp;title=" + n; window.open(t, "_blank", "height = 500, width = 800, left=100,top=100,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,titlebar=no") } function StandardToggle(n, t) { $("#" + n).toggle(function () { $("#" + n).css("display") == "none" ? $("#" + t).html('<span class="ss-plus"></span> <span class="exp">Explanation</span>') : $("#" + t).html('<span class="ss-hyphen"></span> <span class="exp">Explanation</span>') }) } function getCookie(n) { for (var r, u, i = document.cookie.split(";"), t = 0; t < i.length; t++) if (r = i[t].substr(0, i[t].indexOf("=")), u = i[t].substr(i[t].indexOf("=") + 1), r = r.replace(/^\s+|\s+$/g, ""), r == n) return unescape(u) } function setCookie(n) { var r = new Date, f, u; r.setTime(r.getTime() + 18e5), f = r.toGMTString(), u = -r.getTimezoneOffset() / 60, document.cookie = n + "=" + u + ";expires=" + f + ";path=/" } $(".standards-link").on("click", function (n) { ToggleInfo($(this).next()), n.preventDefault() }); $(".standards-report-link").on("click", function (n) { var i = $("#reportContainer") , t = $(this); t.hasClass("active") ? HideFullReport(i, t) : (DisplayFullReport(i, t), $("html, body").animate({ scrollTop: i.offset().top }, 2e3)), n.preventDefault() }); $(".standards-print-link").on("click", function () { var n = $("#reportContainer") , t = !1; n.data("ui-tabs") && (DisplayFullReport(n, $(this)), t = !0), window.print(), t && HideFullReport(n, $(this)) }) }); </script> <script type="text/javascript" defer> window.addEventListener('load', (event) => { setTimeout(function () { $.getScript("https://cdn.jsdelivr.net/npm/chart.js@2.8.0", function () { var labels = []; var data = []; $(".pie-data").each(function (index, element) { labels.push(element.dataset.name); data.push(element.dataset.value); }); var ctx = $('#reportChart'); // Create pie chart var myPieChart = new Chart(ctx, { type: 'pie', // The data for our dataset data: { labels: labels, datasets: [{ label: 'My First dataset', backgroundColor: ['#007398', '#00965E', '#F2A900', '#BA0C2F'], borderWidth: 0, data: data }] }, options: { legend: { display: false }, tooltips: { enabled: false } } }); }); }, 3000) }); </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/CharityReport.js"></script><script type="text/javascript" src="/Mvc/Scripts/Givescripts.js"></script> </body> </html>

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