document.documentElement.className = 'js';
var _ckyGcm = {"status":true,"default_settings":[{"analytics":"denied","advertisement":"denied","functional":"denied","necessary":"granted","ad_user_data":"denied","ad_personalization":"denied","regions":"All"}],"wait_for_update":2000,"url_passthrough":false,"ads_data_redaction":false}
https://suffolkcf.org.uk/wp-content/plugins/cookie-law-info/lite/frontend/js/gcm.min.js
var ctPublicFunctions = {"_ajax_nonce":"99ea7d027a","_rest_nonce":"669c0f7bfa","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/suffolkcf.org.uk\/wp-json\/","data__cookies_type":"alternative","data__ajax_type":"admin_ajax","bot_detector_enabled":false,"data__frontend_data_log_enabled":1,"cookiePrefix":"","wprocket_detected":false,"host_url":"suffolkcf.org.uk","text__ee_click_to_select":"Click to select the whole data","text__ee_original_email":"The complete one is","text__ee_got_it":"Got it","text__ee_blocked":"Blocked","text__ee_cannot_connect":"Cannot connect","text__ee_cannot_decode":"Can not decode email. Unknown reason","text__ee_email_decoder":"CleanTalk email decoder","text__ee_wait_for_decoding":"The magic is on the way!","text__ee_decoding_process":"Please wait a few seconds while we decode the contact data."}
var ctPublic = {"_ajax_nonce":"99ea7d027a","settings__forms__check_internal":"0","settings__forms__check_external":"0","settings__forms__force_protection":0,"settings__forms__search_test":"1","settings__forms__wc_add_to_cart":"0","bot_detector_enabled":false,"settings__sfw__anti_crawler":0,"blog_home":"https:\/\/suffolkcf.org.uk\/","pixel__setting":"0","pixel__enabled":false,"pixel__url":null,"data__email_check_before_post":"1","data__email_check_exist_post":0,"data__cookies_type":"alternative","data__key_is_ok":true,"data__visible_fields_required":true,"wl_brandname":"Anti-Spam by CleanTalk","wl_brandname_short":"CleanTalk","ct_checkjs_key":"e306869cc030ebef63d35862200dcca2616dab33e7f359c97f7083fd2c200389","emailEncoderPassKey":"cee3c917f84f1ff8fea9ef8f88e6d88b","bot_detector_forms_excluded":"W10=","advancedCacheExists":true,"varnishCacheExists":true,"wc_ajax_add_to_cart":false}
let jqueryParams=[],jQuery=function(r){return jqueryParams=[...jqueryParams,r],jQuery},$=function(r){return jqueryParams=[...jqueryParams,r],$};window.jQuery=jQuery,window.$=jQuery;let customHeadScripts=!1;jQuery.fn=jQuery.prototype={},$.fn=jQuery.prototype={},jQuery.noConflict=function(r){if(window.jQuery)return jQuery=window.jQuery,$=window.jQuery,customHeadScripts=!0,jQuery.noConflict},jQuery.ready=function(r){jqueryParams=[...jqueryParams,r]},$.ready=function(r){jqueryParams=[...jqueryParams,r]},jQuery.load=function(r){jqueryParams=[...jqueryParams,r]},$.load=function(r){jqueryParams=[...jqueryParams,r]},jQuery.fn.ready=function(r){jqueryParams=[...jqueryParams,r]},$.fn.ready=function(r){jqueryParams=[...jqueryParams,r]};
var divimegapro_singleton = []; divimegapro_singleton['header'] = false; divimegapro_singleton['content'] = false; divimegapro_singleton['footer'] = false; var divimegapro_singleton_enabled = ( divimegapro_singleton['header'] || divimegapro_singleton['content'] || divimegapro_singleton['footer'] ) ? true : false;
var breeze_prefetch = {"local_url":"https://suffolkcf.org.uk","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]}; //# sourceURL=breeze-prefetch-js-extra
https://suffolkcf.org.uk/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://suffolkcf.org.uk/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle_gathering.min.js
https://suffolkcf.org.uk/wp-includes/js/jquery/jquery.min.js
https://suffolkcf.org.uk/wp-includes/js/jquery/jquery-migrate.min.js
jqueryParams.length&&$.each(jqueryParams,function(e,r){if("function"==typeof r){var n=String(r);n.replace("$","jQuery");var a=new Function("return "+n)();$(document).ready(a)}}); //# sourceURL=jquery-js-after
document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
var ajax_url = 'https://suffolkcf.org.uk/wp-admin/admin-ajax.php';
(function ($) { var pa_equalize_button_height = "false";if (pa_equalize_button_height == "false") { function pa_equalize_blog_post_height(blog) { var articles = blog.find('article'); var heights = [];articles.each(function () { var height = 0; height += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0; height += $(this).find('.entry-title').outerHeight(true); height += ($(this).find('.post-meta').length != 0) ? $(this).find('.post-meta').outerHeight(true) : 0; height += ($(this).find('.post-content').length != 0) ? $(this).find('.post-content').outerHeight(true) : 0;heights.push(height); });var max_height = Math.max.apply(Math, heights);articles.each(function () { $(this).height(max_height); }); } } else { function pa_equalize_blog_post_height(blog) { var articles = blog.find('article'); var heights = []; var btnheights = [];articles.each(function () { var height = 0; var btnheight = 0; var basebtnmargin = 20;height += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0; height += $(this).find('.entry-title').outerHeight(true); height += $(this).find('.post-meta').outerHeight(true); height += $(this).find('.post-content').outerHeight(true);btnheight += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0; btnheight += $(this).find('.entry-title').outerHeight(true); btnheight += $(this).find('.post-meta').outerHeight(true); btnheight += $(this).find(".post-content p").outerHeight(true); btnheight += basebtnmargin;heights.push(height); btnheights.push(btnheight);});var max_height = Math.max.apply(Math, heights); var max_btn_height = Math.max.apply(Math, btnheights);articles.each(function () { $(this).height(max_height);var eachheight = 0; var eachbasebtnmargin = 20; eachheight += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0; eachheight += $(this).find('.entry-title').outerHeight(true); eachheight += $(this).find('.post-meta').outerHeight(true); eachheight += $(this).find(".post-content p").outerHeight(true); eachheight += eachbasebtnmargin;var requiredbtnmargin = (max_btn_height - eachheight) + eachbasebtnmargin; $(this).find(".more-link").css("margin-top", requiredbtnmargin + "px"); }); } } $(document).ready(function () { $(window).resize(function () { if ($(this).width() >= 768) {$(".pa-blog-equal-height article").each(function () { $(this).removeClass("pa-auto-height"); $(this).find(".more-link").removeClass("pa-auto-margin"); }) $('.pa-blog-equal-height').each(function () { pa_equalize_blog_post_height($(this)); });$('.pa-blog-equal-height').each(function () { var pa_blog = $(this);pa_equalize_blog_post_height(pa_blog);var observer = new MutationObserver(function (mutations) { pa_equalize_blog_post_height(pa_blog); });var config = { subtree: true, childList: true };observer.observe(pa_blog[0], config); });$(document).ajaxComplete(function () { $('.pa-blog-equal-height').imagesLoaded().then(function () { $('.pa-blog-equal-height').each(function () { pa_equalize_blog_post_height($(this)); }); }); });$.fn.imagesLoaded = function () { var $imgs = this.find('img[src!=""]'); var dfds = [];if (!$imgs.length) { return $.Deferred().resolve().promise(); }$imgs.each(function () { var dfd = $.Deferred(); dfds.push(dfd); var img = new Image();img.onload = function () { dfd.resolve(); };img.onerror = function () { dfd.resolve(); };img.src = this.src; });return $.when.apply($, dfds); } } else { $(".pa-blog-equal-height article").each(function () { $(this).addClass("pa-auto-height"); $(this).find(".more-link").addClass("pa-auto-margin"); }) } }); }); })(jQuery);

Established in 2005, Suffolk Community Foundation is a registered charity and part of a national family of 47 community foundations across the UK.

We work closely with key stakeholders to increase understanding of need and raise essential funds to support local charities and community groups.

About us

Who we are
Contact our team
Join our team
Latest news

About us

Who we are
Contact our team
Join our team
Latest news

By giving to Suffolk Community Foundation, you will ensure that small charities working throughout the county receive the much-needed funding they rely on, to enable them to continue their essential work for the most vulnerable in our communities.

About giving

Why give through us
Individual giving
Giving circles
Corporate giving
Professional Advisers
Online Gift Aid form

Suffolk Futures Fund

About giving

Why give through us
Individual giving
Giving circles
Corporate giving
Professional Advisers
Online Gift Aid form

Suffolk Community Foundation manages 136 grant making funds and, last year, awarded £3.8 million in funding (excluding the Sizewell C Community Fund).  Grant size ranges from £500 to £40,000 or above, sometimes over multiple years. The average amount awarded was £4,546.

Apply

Grant guidelines
Current Grants

Sizewell C Community Fund

How to apply
Grants Awarded

Apply

Grant guidelines
Current Grants

Sizewell C Community Fund

How to apply
Grants Awarded

Dialog window
SCF logo
  • Apply for support
  • Give to your community
  • Our Impact
  • About Us
  • Donate

Suffolk Community Foundation

Annual Report 2020/21

Read the report below in your browser, or download it as a PDF here

Annual Report 2020-21
  • FURTHER INFORMATION
  • Contact Our Team
  • Join Our Team
  • Information and Reports
  • Latest News
  • Follow
  • Follow
  • Follow
  • Follow

Sign up to our newsletter

Join our mailing list
  • POLICIES
  • Cookie Policy
  • Complaints Policy
  • Equality and Diversity Policy
  • Privacy Policy
Fundraising Regulator logo
IVAR logo
Member of the UK Community Foundations
UKCF accredited

All © Suffolk Community Foundation 2013 – 2026  | All editorial is owned by Suffolk Community Foundation
Company Reg. No 5369725 | Charity No 1109453

Suffolk Community Foundation is a member of the UK Community Foundations

var divimegapro_singleton = []; divimegapro_singleton['header'] = false; divimegapro_singleton['content'] = false; divimegapro_singleton['footer'] = false; var divimegapro_singleton_enabled = ( divimegapro_singleton['header'] || divimegapro_singleton['content'] || divimegapro_singleton['footer'] ) ? true : false;
var ajaxurl = "https://suffolkcf.org.uk/wp-admin/admin-ajax.php" , diviLifeisMobileDevice = "false" , diviLifeisTabletDevice = "false";
var dov_globalresponsivevalues = { min_width:769, max_width:980, tablet_width:768, phone_width:400 };
var overlays_with_css_trigger = {};
var overlays_with_automatic_trigger = {'232276': '{"at_type":"0","at_value":"0","at_onceperload":"0"}','212487': '{"at_type":"0","at_value":"0","at_onceperload":"0"}','210733': '{"at_type":"0","at_value":"0","at_onceperload":"0"}',};
var divioverlays_ajaxurl = "https://suffolkcf.org.uk/" , divioverlays_us = "270ac92a4c" , divioverlays_loadingimg = "https://suffolkcf.org.uk/wp-content/plugins/divi-overlays/assets/img/divilife-loader.svg";
document.addEventListener("DOMContentLoaded", function(e) { window.WP_Grid_Builder && WP_Grid_Builder.on('init', function(wpgb) { jQuery(wpgb.element).data('wpgb', wpgb); }); });
jQuery(document).ready(function () { var adminAaxURL = 'https://suffolkcf.org.uk/wp-admin/admin-ajax.php'; var isAdmin = ''; // Clear Static CSS jQuery("#wp-admin-bar-pac_misc_clear_static_css").click(function (e) { e.preventDefault(); jQuery.ajax({ type: 'post', dataType: 'json', url: adminAaxURL, data: { 'action': 'pac_misc_clear_static_css', '_wpnonce': jQuery(this).find('span').data('wpnonce') }, success: function (response) { if (response.success) { let successData = response.data; if (isAdmin) { let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + successData + '</p></div>'; if (jQuery('body .wrap h1').length > 0) { jQuery('body .wrap h1').after(messageHTML); } else { jQuery('body #wpbody-content').prepend(messageHTML); } setTimeout(function () { jQuery(".pac-misc-message").remove(); }, 3500); } else { alert(successData); } } }, }); }); // Clear Local Storage jQuery("#wp-admin-bar-pac_misc_csc_clear_local_storage").click(function (e) { e.preventDefault(); let msgText = 'The local storage has been cleared!'; window.localStorage.clear(); if (isAdmin) { let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + msgText + '</p></div>'; if (jQuery('body .wrap h1').length > 0) { jQuery('body .wrap h1').after(messageHTML); } else { jQuery('body #wpbody-content').prepend(messageHTML); } setTimeout(function () { jQuery(".pac-misc-message").remove(); }, 3500); } else { alert(msgText); } }); });
(function() { var file = ["https:\/\/suffolkcf.org.uk\/wp-content\/et-cache\/226863\/et-divi-dynamic-tb-235141-tb-235142-226863-late.css"]; var handle = document.getElementById('divi-style-parent-inline-inline-css'); var location = handle.parentNode;if (0===document.querySelectorAll('link[href="' + file + '"]').length) { var link = document.createElement('link'); link.rel = 'stylesheet'; link.id = 'et-dynamic-late-css'; link.href = file;location.insertBefore(link, handle.nextSibling); } })();
(function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "5cjzrkseqa");
var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"}; var et_pb_custom = {"ajaxurl":"https://suffolkcf.org.uk/wp-admin/admin-ajax.php","images_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/images","builder_images_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/includes/builder/images","et_frontend_nonce":"87eb5ddb60","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"4e2e95f041","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"226863","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":"https://suffolkcf.org.uk/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors","accent_color":"#402f73","waypoints_options":[]}; var et_pb_box_shadow_elements = []; //# sourceURL=divi-custom-script-js-extra
https://suffolkcf.org.uk/wp-content/themes/Divi/js/scripts.min.js
https://suffolkcf.org.uk/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
document.addEventListener("DOMContentLoaded", function () { if ( "function" !== typeof window.LazyLoad && "function" !== typeof LazyLoad ) { return; }var breezeLazyLoad = window.LazyLoad || LazyLoad;window.lazyLoadInstance = new breezeLazyLoad({ elements_selector: ".br-lazy", data_src: "breeze", data_srcset: "brsrcset", data_sizes: "brsizes", class_loaded: "br-loaded", threshold: 300, }); }); //# sourceURL=breeze-lazy-js-after
https://suffolkcf.org.uk/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js
https://suffolkcf.org.uk/wp-content/plugins/divi_module_acf%204.0/scripts/frontend-bundle.min.js
https://suffolkcf.org.uk/wp-content/plugins/supreme-modules-for-divi/scripts/frontend-bundle.min.js
https://suffolkcf.org.uk/wp-content/plugins/divi_cpt_layout_injector/scripts/frontend-bundle.min.js
https://suffolkcf.org.uk/wp-content/themes/Divi/core/admin/js/common.js
var smushLazyLoadOptions = {"autoResizingEnabled":false,"autoResizeOptions":{"precision":5,"skipAutoWidth":true}}; //# sourceURL=smush-lazy-load-js-before
https://suffolkcf.org.uk/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js
function rw() { Waypoint.refreshAll(); } window.addEventListener( 'lazybeforeunveil', rw, false); window.addEventListener( 'lazyloaded', rw, false); //# sourceURL=smush-lazy-load-js-after
https://suffolkcf.org.uk/wp-content/plugins/divi-mega-pro/assets/js/popper-1.16.1.min.js
https://suffolkcf.org.uk/wp-content/plugins/divi-mega-pro/assets/js/tippy-5.2.1.min.js
https://suffolkcf.org.uk/wp-content/plugins/divi-mega-pro/assets/js/main.js
https://suffolkcf.org.uk/wp-content/plugins/divi-mega-pro/assets/js/main.helper.js
https://suffolkcf.org.uk/wp-content/plugins/divi-overlays/assets/js/jquery.exitintent.js
https://suffolkcf.org.uk/wp-content/plugins/divi-overlays/assets/js/custom.js