CINXE.COM
St James Centre, Derby | Community Support Organisation
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.stjamescentrederby.co.uk/', AccountUUID: 'e49be9d8fdca493cb558123698298376', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'b8109dd1', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Fri Sep 30 14:27:16 UTC 2022', ExternalUid: '847E73568E4E1425E10000000A010257', IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: 'e8a800cd30fe422aaa4d445d4ddffc16', InitialPageId: '946999201', InitialEncodedPageAlias: 'aG9tZQ==', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '7480', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'stjamescentrederby', HasCustomDomain: true, SimpleSite: false, showCookieNotification: true, cookiesNotificationMarkup: ' <div>We use cookies to ensure that we give you the best experience on our website. If you would like to change your preferences you may do so by following the instructions <a href=\"http:\/\/www.aboutcookies.org\/Default.aspx?page=1\" target=\"_blank\">here<\/a>.<\/div> \n', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'null', currentLocale: 'null', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.stjamescentrederby.co.uk/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: false, planID: '206', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'null', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <script> try { if ( navigator.serviceWorker && navigator.serviceWorker.getRegistrations && location.protocol === 'https:' ) { // remove all service workers navigator.serviceWorker .getRegistrations() .then(function (registrations) { if (registrations && registrations.length) { console.log('unregistering service workers'); registrations.forEach(function (registration) { registration.unregister(); }); } }); // clear caches if (caches) { caches.keys().then(function (keyList) { if (keyList && keyList.length) { console.log('deleting caches'); keyList.forEach(function (key) { if (key && key.indexOf('druntime') === 0) { caches.delete(key); } }); } }); } } } catch (err) { // not a secured location } </script> <link rel="canonical" href="http://www.stjamescentrederby.co.uk/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="icon" type="image/x-icon" href="https://irp-cdn.multiscreensite.com/b8109dd1/site_favicon_16_1454567303403.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <style id="criticalCss"> @charset "UTF-8";.dmInner{min-height:100vh!important;position:relative}.dmPopup,.dmPopupMask{position:fixed;left:0}@media (hover:none) and (pointer:coarse){#dmRoot #dm .dmOuter :not(.dmInner){background-attachment:scroll!important}}.display_None{display:none}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body:not(.noFontIcons) #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.supportsFontIcons .hasFontIcon{background-image:none!important}#dm .dmn .dmHideFromNav{display:none!important}.dmPopupMask{margin:0;display:none;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{padding:10px;text-align:left;margin:0 10px;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}#dm .dmRespRow .dmRespCol>.dmWidget,body.fix-mobile-scrolling{overflow:initial}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}.dmHeader,.dmInner,.dmInner a{color:#666}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.lh-1{line-height:normal}#dm .dmRespRow .dmRespColsWrapper{display:flex}.pswp{display:none;z-index:9999999999!important}#dmRoot{text-decoration-skip-ink:none}body{-webkit-overflow-scrolling:touch}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}b{font-weight:700}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-envelope-alt:before{content:'\f003'}.icon-external-link:before{content:'\f08e'}.icon-phone:before{content:'\f095'}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}.dmLargeBody #dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0 0 0 40px;height:auto;border:0;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#innerBar,#iscrollBody,#site_content,.desktopNavWrapper ul li,.dmHeader,.dmNavigation li{position:relative}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}#dm [data-buttonstyle^=FLAT]:not([data-buttonstyle*=_ICON]) .dmWidget:not([data-buttonstyle]):not([data-buttonstyle*=_ICON]) .iconBg,body:not(.responsiveTablet) #dm .dmInner #fcontainer .hide-for-large,body:not(.responsiveTablet) #dm .dmInner .dmBody .hide-for-large,body:not(.responsiveTablet) .hide-for-large{display:none!important}#dm .dmRespRow.dmRespRowNoPadding,.dmContent,.dmInner ul:not(.defaultList),.standardHeaderLayout .desktopNavWrapper,DIV.dmBody{padding:0}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle^=FLAT]{background-clip:border-box}.dmInner{min-width:768px!important;font-size:16px;background:#fff}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}.imageWidget a{font-style:italic;text-align:center}*{border:0 solid #242120;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}ul{margin-left:0;margin-right:0}.displayNone{display:none}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}.dmOuter{word-wrap:break-word}.dmDesktopBody .dmInner{min-width:960px}.dmHeader{background:#fff;text-align:center;width:100%;max-width:100%}DIV.dmBody{clear:both}.dmContent{margin:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{height:36px;width:100%;font-size:20px;margin:0}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:#fff}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmNavigation{margin:0;font-family:inherit;background:#fff}.dmNavigation li{overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.dmNavigation li a{text-decoration:none;display:block;color:#242120;text-align:left;white-space:normal;margin-top:0\9}.dmNavigation li.dmSub{z-index:0}.dmNavigation .navItemText{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:21px\9}.desktopTopNav .dmNavigation a{border-top:1px solid rgba(255,255,255,.15)}.desktopTopNav>.dmNavigation>li:first-child>a,.dmLargeBody .desktopTopNav.hasdmSub .dmNavigation a{border-top:0}.dmNavigation .navButtonLi a span.navItemText{color:#242120}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper,.dmLargeBody .dmImgCoverWrapper.imageWidget{display:block}.imageWidget:not(.displayNone) img{width:100%}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmRespRow.dmHomeTopContent.dmImgCoverRow{padding-top:0;padding-bottom:0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#666}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.dmLinksMenu,.dmStandardDesktop{display:block}.titleLine hr{min-height:1px;background-color:rgba(102,102,102,.2)}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}.dmLinksMenu.desktopNavWrapper,.dmLinksMenuHeader.desktopNavWrapper{text-align:center}.dmLinksMenu{float:none!important}.desktopTopNav{display:inline-block;margin-left:20px;margin-right:20px;vertical-align:top}.desktopTopNav:last-child{margin-right:0}.navItemSelectedServer>a{color:#242120}.desktopTopNav>a{text-decoration:none;font-size:18px;color:#666;display:inline-block;text-align:left}.navItemSelectedServer.navButtonLi>a{color:#666;border-bottom:#666 3px solid}.desktopNavWrapper ul li{list-style:none;vertical-align:middle}.desktopNavWrapper ul li ul li{height:auto;overflow:visible}.desktopNavWrapper>ul>li>ul{display:none;-webkit-backface-visibility:hidden;position:absolute;top:170%;z-index:9999;min-width:100%;margin:0}#dm .dmLinksMenu.desktopNavWrapper>ul>li>ul{top:auto}.desktopNavWrapper>ul>li>ul:before{content:'';width:100%;position:absolute;left:0}.dmInner a{outline:0;vertical-align:inherit}.dmInner .desktopNavWrapper>ul>li>ul{position:absolute}#dm .dmLinksMenu.desktopNavWrapper>ul>li>ul:before{display:none}#innerBar{z-index:80}.desktopTopNav:first-child,.desktopTopNavBtnHidden+.desktopTopNav{margin-left:0}.dmStandardDesktop{margin:0 auto}#dm .dmInner .dmWidget{color:#242120;background-color:#aaab36}body{background-color:#eee}div.dmInner{font-family:Lato;font-weight:300;background:#dbedf7}.dmLargeBody .dmFooterResp>div.dmRespRow,.dmLargeBody .dmHomeRespTmpl.dmRespRowsWrapper>div.dmRespRow{padding-left:40px;padding-right:40px}.dmLargeBody .dmHomeRespTmpl.dmRespRowsWrapper>div.dmRespRow.dmHomeTopContent.dmImgCoverRow{padding-top:20px}.dmLargeBody .dmRespRow.dmDividerRow{padding-top:15px;padding-bottom:15px}.dmLinksMenuHeader{margin-top:65px}.standardHeaderLayout .desktopNavWrapper{background-color:#fff}.desktopTopNav.navItemSelectedServer.navButtonLi>a{border:0}.dmLargeBody .desktopTopNav.navItemSelectedServer.navButtonLi>a:before{content:". . .";width:100%;height:5px;position:absolute;left:0;text-align:center;line-height:0;font-weight:700;padding:0 25px;letter-spacing:-1px}.dmDesktopBody .desktopTopNav.navItemSelectedServer.navButtonLi>a:before{top:-18px;font-size:40px}.desktopNavWrapper>ul>li>ul:before{height:1.7em;top:-1.7em}.dmLargeBody .desktopTopNav.hasdmSub>.dmNavigation{min-width:141px;padding:10px}.dmDesktopBody .desktopTopNav.hasdmSub>.dmNavigation{top:180%}.desktopTopNav{margin:0 12px}.desktopTopNav>a{font-weight:300}.dmDesktopBody .desktopTopNav>a{font-size:20px;padding:3px 25px}.desktopTopNav.hasdmSub .dmNavigation .navItemText{padding-right:0;font-size:16px}#innerBar.lineInnerBar,.dmRespRow.dmHomeMiddleContent .homeBusinessLIne2,.dmRespRow.dmHomeMiddleContent .homeBusinessLIne3{display:none}#dm [data-buttonstyle] .dmWidget span.iconBg,#dm [data-buttonstyle] .dmWidget span.text{color:#242120}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmNavigation .navItemText{padding-right:0}.dmNavigation li a{padding:15px 60px 15px 30px}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child.empty-column{min-height:100px}#dm div.dmInner{font-family:Arial;font-size:15px}.dmLargeBody .dmHomeRespTmpl .dmDividerRow.displayNone{display:none}#dm DIV.dmInner{background-repeat:no-repeat;background-image:none;background-size:cover;background-position:50% 0;background-attachment:fixed}#dm [data-buttonstyle] div.dmInner .dmWidget span.text{color:#fff}.dmLargeBody .desktopTopNav.hasdmSub>.dmNavigation{border:none!important}.dmHideFromNav,.dmLargeBody .desktopTopNav.navItemSelectedServer.navButtonLi>a:before{display:none!important}.dmLargeBody .desktopTopNav.navItemSelectedServer.navButtonLi>a span:after{content:""!important;border:1px solid #666!important;display:block!important;width:100%!important;height:2px!important;bottom:0!important}#dm .p_hfcontainer div.u_1389171264 li{display:inline-block!important;margin:auto!important}#dm .p_hfcontainer div.u_1389171264 .dmHideFromNav{display:none!important}#dm .dmInner div.u_hcontainer{background-image:none!important;background-repeat:repeat-y!important;background-size:auto!important;background-position:center center!important;background-color:#fff!important}#dm .p_hfcontainer div.u_1389171264 li>ul.dmNavigation.dmn li>a .navItemText,#dm .p_hfcontainer div.u_1389171264 ul.dmNavWrapper>li>a .navItemText{color:#666!important;font-size:15px!important}#dm .p_hfcontainer div.u_1389171264 ul.dmNavWrapper>li>a{border-color:#666!important}#dm .p_hfcontainer a.u_1918368972 span.icon{color:#ececec!important;background-image:none!important}#dm .p_hfcontainer .u_1389171264 ul.dmNavWrapper>li>a{padding-left:10px!important;padding-right:10px!important}#dm .p_hfcontainer div.u_1135579236{padding-left:30px!important;padding-right:30px!important}#dm .p_hfcontainer div.u_1080428194,#dm .p_hfcontainer div.u_1456009651{max-width:calc(100% - 0px)!important;min-width:25px!important;padding:2px 0 2px 8px!important;width:100%!important;top:0!important;float:none!important;left:0!important;height:auto!important;display:block!important}#dm .p_hfcontainer div.u_1080428194{position:relative!important;text-align:left!important;margin:69px 0 8px!important}#dm .p_hfcontainer div.u_1456009651{position:relative!important;text-align:right!important;margin:73px 0 0 .5px!important}#dm .p_hfcontainer div.u_1062943878,#dm .p_hfcontainer div.u_1389171264,#dm .p_hfcontainer div.u_1546459258{text-align:center!important;position:relative!important}#dm .p_hfcontainer img.u_1007147298{width:100%!important;max-height:none!important;max-width:none!important;height:auto!important}#dm .p_hfcontainer div.u_1062943878{width:354px!important;max-height:1000px!important;height:auto!important;display:block!important;float:none!important;top:0!important;max-width:100%!important;left:0!important;min-width:0!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1389171264{display:block!important;float:none!important;top:auto!important;max-width:calc(100% - 0px)!important;left:0!important;width:950px!important;min-width:25px!important;height:auto!important;padding:0!important;margin:0 47.5px 0 0!important}#dm .dmBody div.u_1427271575,#dm .p_hfcontainer div.u_1546459258{width:100%!important;height:auto!important;min-width:0!important;margin:0 auto!important;float:none!important;top:0!important;left:0!important}#dm .p_hfcontainer div.u_1546459258{border-style:solid!important;border-width:0!important;max-width:none!important;padding:17.5px 0!important}#dm .dmBody a.u_1270002244 span.icon{color:#dbedf7!important;background-image:none!important}#dm .dmBody img.u_1461436002{width:100%!important;max-height:none!important;max-width:none!important;height:auto!important}#dm .dmBody div.u_1427271575{position:relative!important;max-width:100%!important;padding:2px 0!important}#dm .dmBody div.u_1294482898{margin:0!important;padding:0!important}#dm .dmBody div.u_1833022259{float:none!important;top:0!important;max-width:calc(100% - 0px)!important;left:0!important;width:880px!important;position:relative!important;min-width:25px!important;text-align:start!important;max-height:1000px!important;display:block!important;padding:0!important;margin:0 auto!important}.size-14{font-size:14px!important}.size-13{font-size:13px!important}.font-size-18,.size-18{font-size:18px!important} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Lobster Fallback"; src: local('Arial'); ascent-override: 114.651%; descent-override: 28.6627%; size-adjust: 87.2212%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Arial Fallback"; src: local('Arial'); line-gap-override: 0%; }@font-face { font-family: "Yesteryear Fallback"; src: local('Arial'); ascent-override: 133.8263%; descent-override: 67.1473%; size-adjust: 73.0088%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <meta property="og:type" content="website"> <title> St James Centre, Derby | Community Support Organisation </title> <meta name="keywords" content="community organisation, derby, St James Centre"/> <meta name="description" content="Call St James Centre of Derby on 01332 604 080 to discover our support services as a local community organisation. "/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="St James Centre, Derby | Community Support Organisation"/> <meta name="twitter:description" content="Call St James Centre of Derby on 01332 604 080 to discover our support services as a local community organisation. "/> <meta property="og:description" content="Call St James Centre of Derby on 01332 604 080 to discover our support services as a local community organisation. "/> <meta property="og:title" content="St James Centre, Derby | Community Support Organisation"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1983180136" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home dmPageBody d-page-1548429783 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1548429783" data-buttonstyle="FLAT" data-soch="true"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true"> <div dm:templateorder="76" class="dmHeaderResp" id="1552441801"> <div class="u_1135579236 dmRespRow" style="text-align: center;" id="1135579236"> <div class="dmRespColsWrapper" id="1017148287"> <div class="u_1410092844 dmRespCol small-12 large-3 medium-3" id="1410092844"> <span id="1033583863"></span> <div class="dmNewParagraph u_1080428194" id="1080428194" style="display: block;"><div><b class="size-18 lh-1">Call us: 01332 604 080</b></div></div></div> <div class="u_1828232727 dmRespCol small-12 large-6 medium-6" id="1828232727"> <span id="1246540177"></span> <div class="u_1062943878 imageWidget" data-widget-type="image" id="1062943878" data-element-type="image"> <a href="/" id="1517019442"><img src="https://lirp.cdn-website.com/b8109dd1/dms3rep/multi/opt/Logo-371x108-424w.png" id="1007147298" dm_changed="true" class="u_1007147298" alt="St James Centre logo" onerror="handleImageLoadError(this)" height="103.046875" width="354.0"/></a> </div> </div> <div class="u_1550737585 dmRespCol small-12 large-3 medium-3" id="1550737585"> <span id="1516865232"></span> <div class="dmNewParagraph u_1456009651" id="1456009651" style="display: block;"><div><span class="lh-1 size-14"><b style="text-decoration: none;"><span style="font-weight: 700;" class="lh-1 size-13"><a href="mailto:reception@stjamescentre.org" file="false" style="text-decoration: none;">reception@stjamescentre.org</a></span></b></span></div></div></div> </div> </div> <div class="u_1546459258 dmRespRow" style="text-align: center;" id="1546459258"> <div class="dmRespColsWrapper" id="1278316998"> <div class="dmRespCol small-12 medium-12 large-12" id="1667129838"> <span id="1412494679"></span> <div class="u_1389171264 dmLinksMenuHeader dmLinksMenu desktopNavWrapper" id="1389171264" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" wr="false" icon="true" surround="false" adwords=""> <ul class="dmNavWrapper dmn menuContainer "> <li class=" desktopTopNav navListLi navButtonLi navItemSelectedServer "> <a href="/" class="dmUDNavigationItem_00 " target="" data-target-page-alias=""> <span class="navItemText ">Home</span> </a> </li> <li class=" desktopTopNav navListLi navButtonLi hasdmSub "> <a href="/moving-forward#Ourservices" class="dmUDNavigationItem_010101652045 " target="" data-target-page-alias=""> <span class="navItemText ">Our services</span> </a> <ul class="dmNavigationStyle_1 dmNavigation dmn innerUl "> <li class=" dmSub navListLi navButtonLi "> <a href="/moving-forward" class="dmUDNavigationItem_010101286056 " target="" data-target-page-alias=""> <span class="navItemText ">Moving Forward</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/fun-abili8y" class="dmUDNavigationItem_010101949413 " target="" data-target-page-alias=""> <span class="navItemText ">Fun-abili8y</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/advice-4-all" class="dmUDNavigationItem_010101644612 " target="" data-target-page-alias=""> <span class="navItemText ">Advice 4 all</span> </a> </li> </ul> </li> <li class=" desktopTopNav navListLi navButtonLi "> <a href="/projects" class="dmUDNavigationItem_0101017756 " target="" data-target-page-alias=""> <span class="navItemText ">Integrated early help offer</span> </a> </li> <li class=" desktopTopNav navListLi navButtonLi "> <a href="/room-hire" class="dmUDNavigationItem_010101388522 " target="" data-target-page-alias=""> <span class="navItemText ">Room hire</span> </a> </li> <li class=" desktopTopNav navListLi navButtonLi "> <a href="/our_new_hive" class="dmUDNavigationItem_010101900319 " target="" data-target-page-alias=""> <span class="navItemText ">Our New Hive</span> </a> </li> <li class=" desktopTopNav navListLi navButtonLi "> <a href="/book-a-room" class="dmUDNavigationItem_010101695784 " target="" data-target-page-alias=""> <span class="navItemText ">Book a room</span> </a> </li> <li class=" desktopTopNav navListLi navButtonLi "> <a href="/working-for-st-james" class="dmUDNavigationItem_010101419158 " target="" data-target-page-alias=""> <span class="navItemText ">Working for St James</span> </a> </li> <li class=" desktopTopNav navListLi navButtonLi "> <a href="/contact" class="dmUDNavigationItem_03 " target="" data-target-page-alias=""> <span class="navItemText ">Contact</span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="105" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper" id="1548429783"> <div class="dmRespRow dmDividerRow displayNone" id="1313358016"> <div class="dmRespColsWrapper clearfix" id="1643370515"> <div class="large-12 medium-12 small-12 dmRespCol empty-column" id="1817929689"></div> </div> </div> <div class="u_1252137641 dmRespRow hide-for-large hide-for-medium" style="text-align: center;" id="1252137641"> <div class="dmRespColsWrapper" id="1219681788"> <div class="dmRespCol small-12 medium-12 large-12" id="1542284041"> <span id="1847618722"></span> <a class="u_1270002244 default dmDefaultGradient dmCoreImg dmCall voipReplacement dmWidget dmNoMark dmWwr" href="tel:01332 604 080" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToCall', 'Call',null,'b8109dd1', this);" id="1270002244" dmle_extension="clicktocall" data-element-type="clicktocall" data-buttonstyle="FLAT_ICON" wr="true" data-display-type="block" icon="true" surround="true" description="Call us" adwords="" icon-name="icon-phone" phone="01332 604 080" text="" image=""> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-phone"></span> </span> <span class="text">Call us</span> </a> </div> </div> </div> <div class="dmRespRow" id="1034918744"> <div class="dmRespColsWrapper" id="1062525746"> <div class="dmRespCol large-12 medium-12 small-12" id="1361892732"> <div class="dmNewParagraph u_1427271575" data-element-type="paragraph" data-version="5" id="1427271575" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;"><p class="m-size-13 size-18"><span class="m-font-size-13 font-size-18" style="font-weight: bold; display: initial;"><span class="m-font-size-13 font-size-18" style="font-weight: bold; display: initial;">All ESOL students -</span> </span><span class="m-font-size-13 font-size-18" style="font-weight: normal; display: initial;"><span class="m-font-size-13 font-size-18" style="font-weight: normal; display: initial;">we are sorry but because of Coronavirus, we now have smaller class sizes so</span> </span><span class="m-font-size-13 font-size-18" style="font-weight: bold; display: initial;">the classes are now full.</span><span class="m-font-size-13 font-size-18" style="font-weight: normal; display: initial;"><span class="m-font-size-13 font-size-18" style="font-weight: normal; display: initial;"> Please check the Derby College website</span> </span><a href="https://www.derby-college.ac.uk/careers-courses/curriculum-areas/esol" target="_blank" runtime_url="https://www.derby-college.ac.uk/careers-courses/curriculum-areas/esol" type="url" class="m-font-size-13 font-size-18" style="font-weight: normal; display: initial; color: rgb(24, 148, 202);">https://www.derby-college.ac.uk/careers-courses/curriculum-areas/esol</a><span class="m-font-size-13 font-size-18" style="font-weight: normal; display: initial;"> <span class="m-font-size-13 font-size-18" style="font-weight: normal; display: initial;">for new information. We will also advertise outside this building when we next have classes available.</span></span></p></div> </div> </div> </div> <div class="dmRespRow dmHomeTopContent dmImgCoverRow" id="1835667580"> <div id="1300528546" class="dmRespColsWrapper clearfix"> <div class="dmRespCol large-12 medium-12 small-12" id="1904060615"> <div class="u_1833022259 dmImgCoverWrapper imageWidget" id="1833022259" data-element-type="image"><img src="https://lirp.cdn-website.com/b8109dd1/dms3rep/multi/opt/SJC-with-EUSS-1056w.jpg" id="1461436002" dm_changed="true" class="u_1461436002" alt="Cars parked outside the St James Centre" data-dm-image-path="https://irp.cdn-website.com/b8109dd1/dms3rep/multi/SJC-with-EUSS.jpg" onerror="handleImageLoadError(this)" height="587.0" width="880.0"/></div> <div class="u_1052965720 dmRespRow" id="1052965720"> <div class="dmRespColsWrapper" id="1917877261"> <div class="u_1294482898 dmRespCol empty-column small-12 medium-12 large-12 hide-for-large" id="1294482898"></div> </div> </div> </div> </div> </div> <div class="u_1903858276 dmRespRow" style="text-align: center;" id="1903858276"> <div class="dmRespColsWrapper" id="1082498844"> <div class="u_1909311068 dmRespCol small-12 medium-12 large-12" id="1909311068"> <span id="1682838946"></span> <h1 class="dmImgCoverBottomTxt u_1230710955" id="1230710955" style="">St James Centre, Derby.</h1> <a class="u_1088863763 dmPageLink dmWidget dmButtonLink dmHomeDefaultBtn" href="/contact" id="1088863763" data-element-type="dPageLinkId"> <span class="iconBg" id="1409820997"> <span class="icon hasFontIcon icon-external-link" id="1059738763"></span> </span> <span class="text" id="1325338618">CONTACT US</span> </a> </div> </div> </div> <div class="u_1871897901 dmRespRow dmDividerRow hide-for-small" id="1871897901"> <div class="dmRespColsWrapper clearfix" id="1094140789"> <div class="large-12 medium-12 small-12 dmRespCol" id="1547113269"> <div class="u_1001103581 dmDividerWrapper clearfix hide-for-medium hide-for-small" id="1001103581" data-element-type="dDividerId"><hr class="dmDivider defaultDivider" id="1504675415"/></div> </div> </div> </div> <div class="u_1429501263 dmRespRow dmTopContentRow" id="1429501263"> <div class="dmRespColsWrapper" id="1064394362"> <div class="u_1164603063 small-12 dmRespCol dmAboutTopFirstSection large-6 medium-6" id="1164603063"> <span id="1204150100"></span> <div class="u_1881910123 dmNewParagraph" id="1881910123" style=""><div>St James Centre, Derby is a lively community organisation that is based in Normanton, and whose aim is to serve the whole community of Derby and beyond. St James is a registered charity (No. 1043189)</div><div><br/></div><div>We are a very busy place with over 50,000 visitors a year. St James has a well-qualified, highly motivated team of staff and volunteers who enjoy working with people from different backgrounds and with different needs and interests to help them live life to the MAX!</div><div><br/></div><br/></div></div> <div class="u_1685412114 small-12 dmRespCol dmAboutTopSecondSection large-6 medium-6" id="1685412114"><!-- <dm:List dm:model="list" dm:layout="layoutD" class="roomsList"/> --> <div class="u_1498356286 dmNewParagraph" id="1498356286"><br/>St James provide facilities, resources, office space and room hire for statutory and voluntary organisations which enable them to have a comfortable space at the heart of the community. St James also offers a Book-Keeping and Payroll service for organisations.<div><br/></div><div>St James develops, manages and delivers a wide range of innovative community project and services such as Fun-abil8y, Moving Forward, Advice 4 All.</div><div><br/></div><div>St James is the community base for Derby College, where English, Maths and computer courses are run from. Derwent Stepping Stones run a crèche and nursery from our premises.</div><div><br/></div></div></div> </div> </div> <div class="dmRespRow dmHomeMiddleContent" id="1860171896"> <div class="dmRespColsWrapper clearfix" id="1219587404"> <div class="dmRespCol large-4 medium-4 small-12 firstSection" id="1564847234"> <h3 id="1509494236" class="u_1509494236"><div style="text-align: left;">Moving FORWARD</div></h3> <div class="u_1328993051 imageWidget dmSectionImgHome displayNone" id="1328993051" data-element-type="image"> <a href="/moving-forward" id="1892600281" file="false"><img src="https://lirp.cdn-website.com/b8109dd1/dms3rep/multi/opt/Moving%20Forward%20%282%29-640x426-336w.jpg" id="1860171591" dm_changed="true" class="u_1860171591" alt="Ladies in a circle with clasped hands, wearing white t-shirts bearing the word VOLUNTEER in blue" onerror="handleImageLoadError(this)" height="186.203125" width="280.140625"/></a> </div> <div class="u_1031997602 dmDefaulDivContent dmBlockElement dmFirstSectionInnerDiv" id="1031997602"> <div style="">If you are a young disabled person between 18-35 years who wants to develop a fulfilling and enjoyable life for yourself! Come and chat to us - we can help you to do more than you ever thought possible – getting a job or volunteering, learning new skills, developing your interests, keeping healthy, and making lots of new friends! </div> <div class="homeBusinessLIne2" style="">Mail: mymail@mailservice.com</div> <div class="homeBusinessLIne3" style="">Phone: 555-555-5555</div> </div> </div> <div class="dmRespCol large-4 medium-4 small-12 secondSection" id="1003180605"> <h3 id="1943443080" class="u_1943443080">advice 4 all</h3> <div class="u_1188228265 imageWidget dmSectionImgHome" id="1188228265" data-element-type="image"> <a href="/advice-4-all" id="1827067712" file="false"><img src="https://lirp.cdn-website.com/b8109dd1/dms3rep/multi/opt/Advice%204%20All-640x426-336w.jpg" id="1468857488" dm_changed="true" class="u_1468857488" alt="A lady giving advice to a couple" onerror="handleImageLoadError(this)" height="186.109375" width="280.0"/></a> </div> <div class="u_1535659124 dmBlockElement" id="1535659124"> <div class="dmHomeAboutSectionTxt" id="1290118427" style="">Are you worried about Benefits, Housing, Debt, Employment, Health, Education or something else? Then this is the service for you. Come and talk to our experienced advisors, who are bi-lingual in Asian and Eastern European Languages and you will soon be smiling again!</div> </div> </div> <div class="dmRespCol large-4 medium-4 small-12 thirdSection" id="1903694771"> <h3 id="1507324181" class="u_1507324181">fun-abili8y</h3> <div class="u_1059804852 imageWidget dmSectionImgHome" id="1059804852" data-element-type="image"> <a href="/advice-4-all" id="1773754624" file="false"><img src="https://lirp.cdn-website.com/b8109dd1/dms3rep/multi/opt/fun-22-886x590-336w.png" id="1377030630" dm_changed="true" class="u_1377030630" alt="A lady giving advice to a couple" onerror="handleImageLoadError(this)" height="186.203125" width="280.140625"/></a> </div> <div class="dmBlockElement u_1931520095" id="1931520095" style=""> <div class="dmHomeAboutSectionTxt" id="1469906659" style="">If you are a young person with a disability or their parent or carer, speak to one of the friendly, caring Fun-abil8y staff to see how many exciting clubs, activities and trips you might like to go on! Go on live life to the MAX! </div> </div> </div> </div> </div> <div class="dmRespRow" style="text-align: center;" id="1225507759"> <div class="dmRespColsWrapper" id="1029664953"> <div class="dmRespCol small-12 medium-12 large-12" id="1467166534"> <div class="dmDividerWrapper clearfix" id="1993536648" data-element-type="dDividerId"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1896634904"/></div> <span id="1531213922"></span> </div> </div> </div> <div class="u_1854833047 dmRespRow" style="text-align: center;" id="1854833047"> <div class="dmRespColsWrapper" id="1070175458"> <div class="dmRespCol small-12 medium-12 large-12" id="1375089465"> <span id="1365988486"></span> <div class="dmNewParagraph u_1338168601" id="1338168601" style=""><div><br/></div><div><b style="color: rgb(255, 255, 255); font-size: 22px; line-height: normal;">Contact our friendly receptionists on 01332 604 080 or Email</b></div><div><b style="font-size: 22px; line-height: normal;"><a href="mailto:reception@stjamescentre.org" file="false"><font style="color: rgb(255, 255, 255);">reception@stjamescentre.org</font></a></b></div><div><b style="color: rgb(255, 255, 255); font-size: 22px; line-height: normal;"><br/></b></div><div><span class="lh-1 size-22"><font style="color: rgb(255, 255, 255);"><b></b></font></span></div></div></div> </div> </div> <div class="dmRespRow" style="text-align: center;" id="1842200790"> <div class="dmRespColsWrapper" id="1455913503"> <div class="dmRespCol small-12 medium-12 large-12" id="1663553546"> <div class="u_1113208043 dmDividerWrapper clearfix" id="1113208043" data-element-type="dDividerId"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1124015447"/></div> <span id="1728972195"></span> </div> </div> </div> <div class="u_1655938185 dmRespRow" style="text-align: center;" id="1655938185"> <div class="dmRespColsWrapper" id="1694716586"> <div class="dmRespCol small-12 medium-12 large-12 u_1385593812" id="1385593812"> <div class="u_1792239947 imageWidget" data-widget-type="image" id="1792239947" data-element-type="image"><img src="https://lirp.cdn-website.com/b8109dd1/dms3rep/multi/opt/logo-652x90-763w.jpg" id="1492729783" dm_changed="true" class="u_1492729783" alt="Association logos" onerror="handleImageLoadError(this)" height="87.78125" width="636.0"/></div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="14" class="dmFooterResp dmFullFooterResp" id="1493927857"> <div class="u_1959491297 dmRespRow hide-for-large hide-for-medium" style="text-align: center;" id="1959491297"> <div class="dmRespColsWrapper" id="1321038685"> <div class="dmRespCol small-12 medium-12 large-12" id="1496041408"> <span id="1318238567"></span> <a class="u_1918368972 default dmDefaultGradient dmCoreImg dmEmail dmWidget dmNoMark dmWwr" href="mailto:reception@stjamescentre.org" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToEmail', 'Email',null,'b8109dd1', this);" id="1918368972" dmle_extension="emailextension" data-element-type="emailextension" data-buttonstyle="FLAT_ICON" wr="true" data-display-type="block" icon="true" surround="true" description="Email us" icon-name="icon-envelope-alt" email="reception@stjamescentre.org"> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-envelope-alt"></span> </span> <span class="text">Email us</span> </a> </div> </div> </div> <div class="u_1795588264 dmRespRow dmDividerRow" id="1795588264"> <div class="dmRespColsWrapper" id="1079063458"> <div class="u_1616390831 small-12 dmRespCol medium-6 large-6" id="1616390831"> <span id="1069803817"></span> <div class="u_1293746604 dmNewParagraph" id="1293746604" style=""><b><span style="font-weight: 700;"><a href="/privacy-notice" runtime_url="/privacy-notice">St James Centre Privacy Notice</a></span></b></div></div> <div class="u_1449179445 dmRespCol small-12 medium-6 large-6" id="1449179445"> <span id="1994613103"></span> <div class="u_1359675394 imageWidget" data-widget-type="image" id="1359675394" data-element-type="image"> <a href="http://www.yell.com/biz/st-james-centre-derby-2107765/" id="1580301263" file="false" target="_blank"><img src="https://lirp.cdn-website.com/b8109dd1/dms3rep/multi/opt/blk-yell-icon-64x64-64x64-76w.png" id="1612904417" dm_changed="true" class="u_1612904417" alt="Yell logo" onerror="handleImageLoadError(this)" height="64.0" width="64.0"/></a> </div> </div> </div> </div> <div id="1571730416" class="poweredBy" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"> <div class="poweredLine1"> <a href="https://business.yell.com/legal/terms-of-use/" rel="nofollow" target="_blank">Terms of Use</a> | <a href="https://business.yell.com/websites-privacy-cookie-policy/" rel="nofollow" target="_blank">Privacy & Cookie Policy</a> | <a href="https://business.yell.com/legal/trading-terms/" rel="nofollow" target="_blank">Trading Terms</a> | Powered by <a href="https://business.yell.com/websites/" target="_blank" rel="nofollow">Yell Business</a> </div> <div class="poweredLine2">© 2024. The content on this website is owned by us and our licensors. Do not copy any content (including images) without our consent.</div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Roboto:wght@100;300;400;500;700;900&family=Lobster:wght@400&family=Lato:wght@100;300;400;700;900&family=Yesteryear:wght@400&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-new--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/4971/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-new.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/1b05ffaaef0933eeff4f0a0f1f5cc72f.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/b8109dd1/files/b8109dd1_1.min.css?v=102" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- additional css file per platform --> <link type="text/css" rel="stylesheet" href="/_dm/s/rt/css/yell/yell-runtime.css?version=2024-11-27T13_48_19" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/b8109dd1/files/b8109dd1_home_1.min.css?v=102" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-13, .size-13, .size-13 > font { font-size: 13px !important; }.font-size-22, .size-22, .size-22 > font { font-size: 22px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4971"; var build = "2024-11-27T13_48_19"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-27T13_48_19"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script type="text/javascript"> window.popups = [{"title":"Blank","url":"/83fc3f4d3f254b5bb19e7c14e56dab2c","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"475","overlayColor":"rgba(195, 195, 195,0.5)","height":"719","animation":"fadeIn"},"name":"83fc3f4d3f254b5bb19e7c14e56dab2c"}]</script> <script> window.cookiesNotificationMarkupPreview = ' <div>We use cookies to ensure that we give you the best experience on our website. If you would like to change your preferences you may do so by following the instructions <a href=\"http:\/\/www.aboutcookies.org\/Default.aspx?page=1\" target=\"_blank\">here<\/a>.<\/div> \n'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4971'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4971'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =false; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/4971/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/4971/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script src="/_dm/s/rt/smart/popup.js?r=1" type="text/javascript"></script><script src="/_dm/s/rt/smart/helpers.js" type="text/javascript"></script><script src="/_dm/s/rt/smart/userVisitsConditionService.js?v=1" type="text/javascript"></script><script src="/_dm/s/rt/smart/timeRangeConditionService.js" type="text/javascript"></script><script src="https://static.cdn-website.com/libs/rrule/2.8.1/rrule.min.js" type="text/javascript"></script><script>(function(global){ global.insiteScripts.popup({useNew: true, ruleId : '1791163', ruleType : 'bfs', settings : 'eyJkZWxheSI6IiIsInBvcHVwTmFtZSI6IjgzZmMzZjRkM2YyNTRiNWJiMTllN2MxNGU1NmRhYjJjIn0=', duration : null, isForced : false }); })(this);</script><script type="text/javascript" id="d_track_campaign"> (function() { const queryParams = new URLSearchParams(window.location.search); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((value, key) => { if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = [{ruleId: 1791163, actionName:'popup', ruleType: 'bfs'}]; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: 'b8109dd1' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: b8109dd1 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> <!-- Begin Product Custom HTML Markup --> <style> .menuContainer .currentPage::before { position: absolute; } </style><!-- End Product Custom HTML Markup --> </body> </html>