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.
×
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.
×
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.
×
Community Grantmaking 2015/16 In partnership with our many fundholders, in 2015/16 over £2.4m has been distributed via 608 grants to community groups and charities right across Suffolk. An incredible achievement – thank you all!
Suffolk Community Foundation is committed to transparency and we work with 360Giving to publish information about our grants. Using the 360Giving data standard, our awarded grants since 2015/16 are available to download in .xlsx here.
If you would like to find out more about the wide range of projects the Foundation supports, you can find a full list detailing all grants awarded since 2015 at 360Giving > https://grantnav.threesixtygiving.org/funder/GB-CHC-1109453
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/. This means the data is freely accessible to anyone to be used and shared as they wish. The data must be attributed to Suffolk Community Foundation.
We believe that with better information, grantmakers can be more effective and strategic decision-makers. 360Giving provides support for grantmakers to publish their grants data openly, to understand their data, and to use the data to create online tools that make grant-making more effective.
For more information, visit http://www.threesixtygiving.org/
Grants Currently Available Click the relevant box below, to view the funds currently available in that category
Children & Families Grants No Results Found The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Compassion in Crisis Grants No Results Found The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Education. Learning & Life Skills Grants No Results Found The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Health & Wellbeing Grants No Results Found The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Thriving & Safe Communities Grants No Results Found The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
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";
/* wp-rocket exclusion: dbshb-on-load-handler */
jQuery(function($){
setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200);
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200); });
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 800); });
});
/* wp-rocket exclusion: dbshb-on-click-handler */jQuery(function($){function dbshb_done() {
Waypoint.refreshAll();
$(this).find('.et_pb_carousel_items').css('height', 'auto');
if (typeof window.et_pb_set_responsive_grid === "function") {
window.et_pb_set_responsive_grid($(this).find(".et_pb_portfolio_items"),".et_pb_portfolio_item");
}$(this).trigger('divi-show-hide-button-animation-complete', [$(this)]);
}
$(".et_pb_db_show_hide_button_0 .et_pb_button").click(function(e){
$(this).closest('.et_pb_db_show_hide_button').addClass('dshb-active-button-tmp');
$("").filter('.dshb-active-button').find('.et_pb_button').trigger('click');
$(this).closest('.et_pb_db_show_hide_button').removeClass('dshb-active-button-tmp');
$(this).closest('.et_pb_db_show_hide_button').toggleClass('dshb-active-button');
e.preventDefault();$("").addClass('dbshb-animating');
$("#children").addClass('dbshb-animating');
$("#compassion,#education,#health,#older,#thriving").addClass('dbshb-animating');$("").slideToggle(400, dbshb_done);
$("#children").slideDown(400, dbshb_done);
$("#compassion,#education,#health,#older,#thriving").slideUp(400, dbshb_done);
$("").removeClass('dbshb-animating');
$("#children").removeClass('dbshb-animating');
$("#compassion,#education,#health,#older,#thriving").removeClass('dbshb-animating');
});
$(".et_pb_db_show_hide_button_0 .et_pb_button").on('mouseenter', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_0 .et_pb_button").on('mouseleave', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_0 .et_pb_button").each(function(e){
});
setTimeout(
function(){
$("#children").not('.infinite').addClass('infinite dbshb-not-looped').css('animation-iteration-count', '1');
},
500
); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find('.brbl-blog-items').isotope({itemSelector: ".brbl-blog-item"}).isotope('layout');
} catch(e) {}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
var wpgb = elem.find('.wp-grid-builder').data('wpgb');
if (wpgb) {
wpgb.grid.layout();
}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find(".dsm-gallery.grid").masonry('layout');
} catch(e) {}
});
});
/* wp-rocket exclusion: dbshb-on-load-handler */
jQuery(function($){
setTimeout(function(){ $("#compassion").hide(); }, 200);
$(window).on('load', function(){ setTimeout(function(){ $("#compassion").hide(); }, 200); });
$(window).on('load', function(){ setTimeout(function(){ $("#compassion").hide(); }, 800); });
});
/* wp-rocket exclusion: dbshb-on-click-handler */jQuery(function($){function dbshb_done() {
Waypoint.refreshAll();
$(this).find('.et_pb_carousel_items').css('height', 'auto');
if (typeof window.et_pb_set_responsive_grid === "function") {
window.et_pb_set_responsive_grid($(this).find(".et_pb_portfolio_items"),".et_pb_portfolio_item");
}$(this).trigger('divi-show-hide-button-animation-complete', [$(this)]);
}
$(".et_pb_db_show_hide_button_1 .et_pb_button").click(function(e){
$(this).closest('.et_pb_db_show_hide_button').addClass('dshb-active-button-tmp');
$("").filter('.dshb-active-button').find('.et_pb_button').trigger('click');
$(this).closest('.et_pb_db_show_hide_button').removeClass('dshb-active-button-tmp');
$(this).closest('.et_pb_db_show_hide_button').toggleClass('dshb-active-button');
e.preventDefault();$("").addClass('dbshb-animating');
$("#compassion").addClass('dbshb-animating');
$("#children,#education,#health,#older,#thriving").addClass('dbshb-animating');$("").slideToggle(400, dbshb_done);
$("#compassion").slideDown(400, dbshb_done);
$("#children,#education,#health,#older,#thriving").slideUp(400, dbshb_done);
$("").removeClass('dbshb-animating');
$("#compassion").removeClass('dbshb-animating');
$("#children,#education,#health,#older,#thriving").removeClass('dbshb-animating');
});
$(".et_pb_db_show_hide_button_1 .et_pb_button").on('mouseenter', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_1 .et_pb_button").on('mouseleave', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_1 .et_pb_button").each(function(e){
});
setTimeout(
function(){
$("#compassion").not('.infinite').addClass('infinite dbshb-not-looped').css('animation-iteration-count', '1');
},
500
); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find('.brbl-blog-items').isotope({itemSelector: ".brbl-blog-item"}).isotope('layout');
} catch(e) {}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
var wpgb = elem.find('.wp-grid-builder').data('wpgb');
if (wpgb) {
wpgb.grid.layout();
}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find(".dsm-gallery.grid").masonry('layout');
} catch(e) {}
});
});
/* wp-rocket exclusion: dbshb-on-load-handler */
jQuery(function($){
setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200);
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200); });
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 800); });
});
/* wp-rocket exclusion: dbshb-on-click-handler */jQuery(function($){function dbshb_done() {
Waypoint.refreshAll();
$(this).find('.et_pb_carousel_items').css('height', 'auto');
if (typeof window.et_pb_set_responsive_grid === "function") {
window.et_pb_set_responsive_grid($(this).find(".et_pb_portfolio_items"),".et_pb_portfolio_item");
}$(this).trigger('divi-show-hide-button-animation-complete', [$(this)]);
}
$(".et_pb_db_show_hide_button_2 .et_pb_button").click(function(e){
$(this).closest('.et_pb_db_show_hide_button').addClass('dshb-active-button-tmp');
$("").filter('.dshb-active-button').find('.et_pb_button').trigger('click');
$(this).closest('.et_pb_db_show_hide_button').removeClass('dshb-active-button-tmp');
$(this).closest('.et_pb_db_show_hide_button').toggleClass('dshb-active-button');
e.preventDefault();$("").addClass('dbshb-animating');
$("#education").addClass('dbshb-animating');
$("#children,#compassion,#health,#older,#thriving").addClass('dbshb-animating');$("").slideToggle(400, dbshb_done);
$("#education").slideDown(400, dbshb_done);
$("#children,#compassion,#health,#older,#thriving").slideUp(400, dbshb_done);
$("").removeClass('dbshb-animating');
$("#education").removeClass('dbshb-animating');
$("#children,#compassion,#health,#older,#thriving").removeClass('dbshb-animating');
});
$(".et_pb_db_show_hide_button_2 .et_pb_button").on('mouseenter', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_2 .et_pb_button").on('mouseleave', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_2 .et_pb_button").each(function(e){
});
setTimeout(
function(){
$("#education").not('.infinite').addClass('infinite dbshb-not-looped').css('animation-iteration-count', '1');
},
500
); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find('.brbl-blog-items').isotope({itemSelector: ".brbl-blog-item"}).isotope('layout');
} catch(e) {}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
var wpgb = elem.find('.wp-grid-builder').data('wpgb');
if (wpgb) {
wpgb.grid.layout();
}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find(".dsm-gallery.grid").masonry('layout');
} catch(e) {}
});
});
/* wp-rocket exclusion: dbshb-on-load-handler */
jQuery(function($){
setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200);
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200); });
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 800); });
});
/* wp-rocket exclusion: dbshb-on-click-handler */jQuery(function($){function dbshb_done() {
Waypoint.refreshAll();
$(this).find('.et_pb_carousel_items').css('height', 'auto');
if (typeof window.et_pb_set_responsive_grid === "function") {
window.et_pb_set_responsive_grid($(this).find(".et_pb_portfolio_items"),".et_pb_portfolio_item");
}$(this).trigger('divi-show-hide-button-animation-complete', [$(this)]);
}
$(".et_pb_db_show_hide_button_3 .et_pb_button").click(function(e){
$(this).closest('.et_pb_db_show_hide_button').addClass('dshb-active-button-tmp');
$("").filter('.dshb-active-button').find('.et_pb_button').trigger('click');
$(this).closest('.et_pb_db_show_hide_button').removeClass('dshb-active-button-tmp');
$(this).closest('.et_pb_db_show_hide_button').toggleClass('dshb-active-button');
e.preventDefault();$("").addClass('dbshb-animating');
$("#health").addClass('dbshb-animating');
$("#children,#compassion,#education,#older,#thriving").addClass('dbshb-animating');$("").slideToggle(400, dbshb_done);
$("#health").slideDown(400, dbshb_done);
$("#children,#compassion,#education,#older,#thriving").slideUp(400, dbshb_done);
$("").removeClass('dbshb-animating');
$("#health").removeClass('dbshb-animating');
$("#children,#compassion,#education,#older,#thriving").removeClass('dbshb-animating');
});
$(".et_pb_db_show_hide_button_3 .et_pb_button").on('mouseenter', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_3 .et_pb_button").on('mouseleave', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_3 .et_pb_button").each(function(e){
});
setTimeout(
function(){
$("#health").not('.infinite').addClass('infinite dbshb-not-looped').css('animation-iteration-count', '1');
},
500
); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find('.brbl-blog-items').isotope({itemSelector: ".brbl-blog-item"}).isotope('layout');
} catch(e) {}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
var wpgb = elem.find('.wp-grid-builder').data('wpgb');
if (wpgb) {
wpgb.grid.layout();
}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find(".dsm-gallery.grid").masonry('layout');
} catch(e) {}
});
});
/* wp-rocket exclusion: dbshb-on-load-handler */
jQuery(function($){
setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200);
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200); });
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 800); });
});
/* wp-rocket exclusion: dbshb-on-click-handler */jQuery(function($){function dbshb_done() {
Waypoint.refreshAll();
$(this).find('.et_pb_carousel_items').css('height', 'auto');
if (typeof window.et_pb_set_responsive_grid === "function") {
window.et_pb_set_responsive_grid($(this).find(".et_pb_portfolio_items"),".et_pb_portfolio_item");
}$(this).trigger('divi-show-hide-button-animation-complete', [$(this)]);
}
$(".et_pb_db_show_hide_button_4 .et_pb_button").click(function(e){
$(this).closest('.et_pb_db_show_hide_button').addClass('dshb-active-button-tmp');
$("").filter('.dshb-active-button').find('.et_pb_button').trigger('click');
$(this).closest('.et_pb_db_show_hide_button').removeClass('dshb-active-button-tmp');
$(this).closest('.et_pb_db_show_hide_button').toggleClass('dshb-active-button');
e.preventDefault();$("").addClass('dbshb-animating');
$("#older").addClass('dbshb-animating');
$("#children,#compassion,#education,#health,#thriving").addClass('dbshb-animating');$("").slideToggle(400, dbshb_done);
$("#older").slideDown(400, dbshb_done);
$("#children,#compassion,#education,#health,#thriving").slideUp(400, dbshb_done);
$("").removeClass('dbshb-animating');
$("#older").removeClass('dbshb-animating');
$("#children,#compassion,#education,#health,#thriving").removeClass('dbshb-animating');
});
$(".et_pb_db_show_hide_button_4 .et_pb_button").on('mouseenter', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_4 .et_pb_button").on('mouseleave', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_4 .et_pb_button").each(function(e){
});
setTimeout(
function(){
$("#older").not('.infinite').addClass('infinite dbshb-not-looped').css('animation-iteration-count', '1');
},
500
); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find('.brbl-blog-items').isotope({itemSelector: ".brbl-blog-item"}).isotope('layout');
} catch(e) {}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
var wpgb = elem.find('.wp-grid-builder').data('wpgb');
if (wpgb) {
wpgb.grid.layout();
}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find(".dsm-gallery.grid").masonry('layout');
} catch(e) {}
});
});
/* wp-rocket exclusion: dbshb-on-load-handler */
jQuery(function($){
setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200);
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 200); });
$(window).on('load', function(){ setTimeout(function(){ $("#children,#compassion,#education,#health,#older,#thriving").hide(); }, 800); });
});
/* wp-rocket exclusion: dbshb-on-click-handler */jQuery(function($){function dbshb_done() {
Waypoint.refreshAll();
$(this).find('.et_pb_carousel_items').css('height', 'auto');
if (typeof window.et_pb_set_responsive_grid === "function") {
window.et_pb_set_responsive_grid($(this).find(".et_pb_portfolio_items"),".et_pb_portfolio_item");
}$(this).trigger('divi-show-hide-button-animation-complete', [$(this)]);
}
$(".et_pb_db_show_hide_button_5 .et_pb_button").click(function(e){
$(this).closest('.et_pb_db_show_hide_button').addClass('dshb-active-button-tmp');
$("").filter('.dshb-active-button').find('.et_pb_button').trigger('click');
$(this).closest('.et_pb_db_show_hide_button').removeClass('dshb-active-button-tmp');
$(this).closest('.et_pb_db_show_hide_button').toggleClass('dshb-active-button');
e.preventDefault();$("").addClass('dbshb-animating');
$("#thriving").addClass('dbshb-animating');
$("#children,#compassion,#education,#health,#older").addClass('dbshb-animating');$("").slideToggle(400, dbshb_done);
$("#thriving").slideDown(400, dbshb_done);
$("#children,#compassion,#education,#health,#older").slideUp(400, dbshb_done);
$("").removeClass('dbshb-animating');
$("#thriving").removeClass('dbshb-animating');
$("#children,#compassion,#education,#health,#older").removeClass('dbshb-animating');
});
$(".et_pb_db_show_hide_button_5 .et_pb_button").on('mouseenter', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_5 .et_pb_button").on('mouseleave', function(e){
$("").slideDown(400, dbshb_done);
$("").slideUp(400, dbshb_done);
});
$(".et_pb_db_show_hide_button_5 .et_pb_button").each(function(e){
});
setTimeout(
function(){
$("#thriving").not('.infinite').addClass('infinite dbshb-not-looped').css('animation-iteration-count', '1');
},
500
); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find('.brbl-blog-items').isotope({itemSelector: ".brbl-blog-item"}).isotope('layout');
} catch(e) {}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
var wpgb = elem.find('.wp-grid-builder').data('wpgb');
if (wpgb) {
wpgb.grid.layout();
}
}); $(document).on('divi-show-hide-button-animation-complete', function(event, elem) {
try {
elem.find(".dsm-gallery.grid").masonry('layout');
} catch(e) {}
});
});
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\/225237\/et-divi-dynamic-tb-235141-tb-235142-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":"225237","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/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
https://suffolkcf.org.uk/wp-content/plugins/dp-divi-filtergrid/vendor/jquery.fitvids.min.js