- スキャンID:
- eccbedc7-4d03-4996-9cfc-7d35ff800285終了
- 送信済みURL:
- https://www.foxleasepark.uk/リダイレクト済み
- レポート終了日:
リンク · 11件検出
ページから特定された発信リンク
リンク | テキスト |
---|---|
https://facebook.com/profile.php?id=100093383127887 | |
http://linkedin.com/company/foxie-s-future/ | |
https://twitter.com/foxiesfuture | |
http://instagram.com/foxies_future | |
https://stats.sender.net/forms/eVOOP9/vi | Click here to sign up for our newsletter mailing lists |
https://www.crowdfunder.co.uk/p/foxies-future-1204342 | Click here to go directly to our Crowdfunding donation page |
https://www.foxiesshopping.co.uk/ | Click here to visit the Foxie's Shop |
https://irp.cdn-website.com/fb3ddc68/files/uploaded/Foxie-s_Family_Application_Form_Master_Oct_2024.pdf | Click here to download our Foxie's Family Application Form |
https://irp.cdn-website.com/fb3ddc68/files/uploaded/23.12.04 Donations Form.pdf | Click here to download our Donation Form |
https://irp.cdn-website.com/fb3ddc68/files/uploaded/Crowdfunding Project Guide.pdf | Click here to download our Crowdfunder Project Set Up Guide |
JavaScript変数 · 110件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
_currentDevice | string |
Parameters | object |
toHash | function |
SystemID | string |
dmAPI | object |
loadCSS | function |
Def | function |
コンソールログメッセージ · 3件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
log | other |
|
error | other |
|
log | javascript |
|
HTML
未加工のHTMLページ本文
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en" class="pointer skrollr skrollr-desktop"><head>
<style id="customRules"></style><meta charset="utf-8">
<script async="" src="//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js"></script><script type="text/javascript">
window._currentDevice = 'desktop';
window.Parameters = window.Parameters || {
HomeUrl: 'https://foxiesfuture.co.uk/',
AccountUUID: '81f809df47a94196966f5473d06a3e3f',
SystemID: 'US_DIRECT_PRODUCTION',
SiteAlias: 'fb3ddc68',
SiteType: atob('RFVEQU9ORQ=='),
PublicationDate: 'Tue Nov 19 09:36:16 UTC 2024',
ExternalUid: null,
IsSiteMultilingual: false,
InitialPostAlias: '',
InitialDynamicItem: '',
DynamicPageInfo: {
isDynamicPage: false,
base64JsonRowData: 'null',
},
InitialPageAlias: 'home',
InitialPageUuid: 'f57f2c3ac6744c5fb48269765b344ec3',
InitialPageId: '1164943457',
InitialEncodedPageAlias: 'aG9tZQ==',
CurrentPageUrl: '',
IsCurrentHomePage: true,
AllowAjax: false,
AfterAjaxCommand: null,
HomeLinkText: 'Back To Home',
UseGalleryModule: false,
CurrentThemeName: 'Layout Theme',
ThemeVersion: '49380',
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: 'foxiesfuture',
HasCustomDomain: true,
SimpleSite: false,
showCookieNotification: true,
cookiesNotificationMarkup: ' <div> <p class=\"rteBlock\">We use cookies to ensure that we give you the best experience on our website. You can view our Privacy Policy and how we use cookies and your Personal Data at: www.foxiesfuture.co.uk\/privacy<\/p> \n<\/div> \n',
translatedPageUrl: '',
isFastMigrationSite: false,
sidebarPosition: 'NA',
currentLanguage: 'en',
currentLocale: 'en-gb',
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: -1,
NavbarLiveHomePage: 'https://foxiesfuture.co.uk/',
BlockContainerSelector: '.dmBody',
NavbarSelector: '#dmNav:has(a)',
SubNavbarSelector: '#subnav_main'
},
hasCustomCode: true,
planID: '423',
customTemplateId: 'null',
siteTemplateId: 'null',
productId: 'DM_DIRECT',
disableTracking: false,
pageType: 'FROM_SCRATCH',
isRuntimeServer: true,
isInEditor: false,
hasNativeStore: false,
defaultLang: 'en',
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 ========= -->
<!-- PWA settings -->
<script>
function toHash(str) {
var hash = 5381, i = str.length;
while (i) {
hash = hash * 33 ^ str.charCodeAt(--i)
}
return hash >>> 0
}
</script>
<script>
(function (global) {
//const cacheKey = global.cacheKey;
const isOffline = 'onLine' in navigator && navigator.onLine === false;
const hasServiceWorkerSupport = 'serviceWorker' in navigator;
if (isOffline) {
console.log('offline mode');
}
if (!hasServiceWorkerSupport) {
console.log('service worker is not supported');
}
if (hasServiceWorkerSupport && !isOffline) {
window.addEventListener('load', function () {
const serviceWorkerPath = '/runtime-service-worker.js?v=3';
navigator.serviceWorker
.register(serviceWorkerPath, { scope: './' })
.then(
function (registration) {
// Registration was successful
console.log(
'ServiceWorker registration successful with scope: ',
registration.scope
);
},
function (err) {
// registration failed :(
console.log('ServiceWorker registration failed: ', err);
}
)
.catch(function (err) {
console.log(err);
});
});
// helper function to refresh the page
var refreshPage = (function () {
var refreshing;
return function () {
if (refreshing) return;
// prevent multiple refreshes
var refreshkey = 'refreshed' + location.href;
var prevRefresh = localStorage.getItem(refreshkey);
if (prevRefresh) {
localStorage.removeItem(refreshkey);
if (Date.now() - prevRefresh < 30000) {
return; // dont go into a refresh loop
}
}
refreshing = true;
localStorage.setItem(refreshkey, Date.now());
console.log('refereshing page');
window.location.reload();
};
})();
function messageServiceWorker(data) {
return new Promise(function (resolve, reject) {
if (navigator.serviceWorker.controller) {
var worker = navigator.serviceWorker.controller;
var messageChannel = new MessageChannel();
messageChannel.port1.onmessage = replyHandler;
worker.postMessage(data, [messageChannel.port2]);
function replyHandler(event) {
resolve(event.data);
}
} else {
resolve();
}
});
}
}
})(window);
</script>
<!-- Add manifest -->
<!-- End PWA settings -->
<link rel="canonical" href="https://www.foxiesfuture.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-website.com/fb3ddc68/site_favicon_16_1687092728658.ico">
<!-- End favorite icons -->
<link rel="preconnect" href="https://lirp.cdn-website.com/">
<!-- render the required CSS and JS in the head section -->
<script>
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";.display_None,.dmPopupMask{display:none}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmDisplay_None{display:none!important}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{position:fixed;margin:0;width:10px;z-index:1000000999;top:0;left:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;position:fixed;top:10px;left:0;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dm .dmInner .dmWidget,.dmHeader,.imageWidget a,.text-align-center{text-align:center}#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}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}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#hcontainer[has-shadow=true]{position:relative;z-index:1}.dmRespRow .dmRespColsWrapper .dmRespCol[data-gallery-bg]{min-height:100px}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}body{-webkit-overflow-scrolling:touch}@media (min-width:1025px){:root{--btn-text-font-size:15px}}@media (min-width:768px) and (max-width:1024px){:root{--btn-text-font-size:15px}}[hidden]{display:none}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}button,input{font-family:inherit;font-size:100%;margin:0;line-height:normal}button{text-transform:none;-webkit-appearance:button}button::-moz-focus-inner,input::-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%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.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-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}.socialHubIcon,[class*=' dm-common-icons-'],[class*=' dm-social-icons-']{font-family:dm-social-icons!important;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}.dm-social-icons-facebook:before{content:'\ea90'}.dm-social-icons-instagram:before{content:'\ea92'}.dm-social-icons-twitter:before{content:'\ea96'}[class*=' dm-common-icons-']{font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#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-star:before{content:'\f005'}.icon-linkedin:before{content:'\f0e1'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .dmRespRow .dmRespCol.large-3>.dmWidget{width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;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}#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%}p.rteBlock{margin:0}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}#innerBar,#iscrollBody,#site_content,.dmHeader,.imageWidget{position:relative}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}#dm div.dmInner .dmform[data-layout=layout-3] .dmforminput>:not(label):not(div):not(small):not(.frc-banner){background:0;border:0;border-radius:0;-webkit-appearance:none;border-bottom:1px solid;height:30px}.imageWidget img[width][height],img[width][height]{height:auto}.imageWidget a{font-style:italic}.imageWidget img.hover-image{display:none}*{border:0 solid #333;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}h1,h2,h3{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}span.oneIcon:before{display:inline-block}a,img{vertical-align:top}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmHeader{background:#68ccd1;color:#666;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#innerBar{height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 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{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;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}.titleLine hr{min-height:1px;background-color:rgba(102,102,102,.2)}.dmStandardDesktop{display:block;margin:0 auto}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{margin:10px 0;font-size:23px;text-shadow:none;text-align:left;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}.dmSpacer{border:0;height:15px}.dmSocialHub{clear:both}#dm .dmSocialHub a{display:inline-block;text-decoration:none;margin:0;vertical-align:bottom}.dmSocialHub>div{text-align:inherit}a span.socialHubIcon{width:36px;height:36px;font-size:31px;display:inline-block;text-align:center;margin-right:0;margin-bottom:5px;line-height:36px;box-sizing:content-box;background-image:none!important}.socialHubIcon.style9{color:#333}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=BORDER_SHORT] .iconBg,#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=ROUND_SIDES] .iconBg,#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=THICK_BORDER_ROUND] .iconBg,#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}body{background-color:#eee}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}#dm div.dmContent h1{color:#666;font-weight:700}#dm div.dmRespCol>*{line-height:normal}#dm div.dmContent h1,#dm div.dmContent h1 *,#dm div.dmContent h2,#dm div.dmContent h3,#dm div.dmInner{line-height:initial}#dm div.dmContent h3{color:#fff;font-weight:700}#dm div.dmInner h1,#dm div.dmInner h2,#dm div.dmInner h3{font-family:Montserrat,"Montserrat Fallback"}#dm div.dmContent h2{color:#333;font-weight:700;font-size:30px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmContent h1,#dm div.dmContent h2,#dm div.dmContent h3,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-family:Poppins,"Poppins Fallback";color:rgba(0,0,0,1)}#dm DIV.dmInner{background-repeat:no-repeat;background-image:url(https://irt-cdn.multiscreensite.com/ce0bb35f932b47bb809d0e37905542ba/dms3rep/multi/site_background_education-2087x1173.jpg);background-size:cover;background-position:50% 0}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-weight:300;font-size:16px}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:rgba(255,255,255,1)}#dm div.dmContent h3{font-size:24px}#dm div.dmContent h1{font-size:36px}#dm .dmContent .dmRespRow .dmRespCol{margin:0;padding:0 0 0 25.61px}#dm .dmContent .dmRespRow{margin:0;padding:15px 40px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:1px;--btn-border-radius:0px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgb(0, 0, 0);--btn-border-color:rgb(100, 100, 100);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgb(255, 255, 255);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgb(65, 67, 69);--btn-hover-text-color:rgb(100, 100, 100);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:15px}}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=THICK_BORDER_ROUND]{border-radius:6px;overflow:initial;background-clip:border-box}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=THICK_BORDER_ROUND] .text{padding:10px 7px}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:222px}#dm .dmRespRow .dmRespCol>.dmWidget[data-buttonstyle]:not([data-buttonstyle=BORDER_SHORT]){width:280px}}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(255,255,255,1)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}div.u_1763541239{line-height:200%!important}#dm .p_hfcontainer .u_1763541239{font-size:14px!important}#dm .p_hfcontainer .u_1111457002,#dm .p_hfcontainer .u_1939572621{width:100%!important}#dm .dmInner div.u_hcontainer{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:25px 0 20px!important;margin:0 auto!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}div.u_1166043599{padding-top:0!important;padding-right:0!important}div.u_1432450220{padding-top:0!important;padding-left:0!important}#dm .p_hfcontainer .u_1927677442 .socialHubIcon{width:24px!important;height:24px!important;font-size:16px!important;line-height:24px!important}#dm .p_hfcontainer .u_1927677442 .socialHubIcon:after{width:32px!important;height:24px!important}div.u_1763541239,div.u_1927677442{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;text-align:right!important;padding:2px 0!important;display:block!important;max-width:100%!important}div.u_1763541239{width:calc(100% - 0px)!important;min-width:25px!important;margin-top:0!important;margin-bottom:0!important}div.u_1927677442{width:282px!important;min-width:0!important;margin:0 0 0 auto!important}div.u_1304860342,div.u_1939572621{top:0!important;position:relative!important;text-align:center!important;height:auto!important;float:none!important;left:0!important}div.u_1304860342{background-color:rgba(255,255,255,1)!important;width:100%!important;max-width:none!important;min-width:0!important;padding:16px 20px!important}div.u_1939572621{width:calc(100% - 0px)!important;max-width:219px!important;min-width:25px!important;display:block!important;padding:0!important;margin:12px 63px 0 0!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding-top:12px!important;padding-bottom:12px!important}#dm .p_hfcontainer div.u_1304860342{width:auto!important;margin-right:0!important;padding:0 20px!important}#dm .p_hfcontainer div.u_1763541239,#dm .p_hfcontainer div.u_1927677442{text-align:right!important;padding:2px 0!important;min-width:0!important;top:0!important;position:relative!important;height:auto!important;min-height:auto!important}#dm .p_hfcontainer div.u_1763541239{float:none!important;left:0!important;width:381.98px!important;max-width:100%!important;margin:0!important}#dm .p_hfcontainer div.u_1927677442{float:none!important;left:0!important;width:282px!important;max-width:100%!important;display:block!important;margin:0 0 0 auto!important}#dm .dmBody a.u_1144828133 .iconBg,#dm .dmBody a.u_1184681918 .iconBg,#dm .dmBody a.u_1200628364 .iconBg,#dm .dmBody a.u_1441219586 .iconBg,#dm .dmBody a.u_1505097825 .iconBg,#dm .dmBody a.u_1510275972 .iconBg,#dm .dmBody a.u_1543429809 .iconBg,#dm .dmBody a.u_1544373066 .iconBg,#dm .dmBody a.u_1621585826 .iconBg,#dm .dmBody a.u_1668061125 .iconBg,#dm .dmBody a.u_1728078800 .iconBg,#dm .dmBody a.u_1804312803 .iconBg{display:none!important}#dm .p_hfcontainer div.u_1939572621{float:none!important;top:0!important;left:0!important;width:219px!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;min-height:auto!important;padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1166043599{margin:0 126px 0 0!important;padding:0!important}#dm .p_hfcontainer div.u_1111457002{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;min-height:auto!important;max-width:100%!important;min-width:25px!important;text-align:center!important;height:auto!important;justify-content:normal!important;align-items:normal!important;padding:0!important;margin:25px 0 0!important}.stickyHeaderSpacer{height:149.38px!important}#dm .dmBody div.dmform-error{font-style:normal!important}#dm .dmBody div.u_About{background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1917048252{background-color:rgba(241,241,241,1)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}#dm .dmBody .u_1186891464:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1186891464{background-image:url(https://lirp.cdn-website.com/md/unsplash/dms3rep/multi/opt/photo-1524758631624-e2822e304c36-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-bottom-color:rgba(255,255,255,1)!important;border-style:solid!important;border-width:0!important;background-color:rgba(0,0,0,0)!important}#dm .dmBody .u_1347408371{color:#fff!important}#dm .dmBody .u_1441111505{color:#313131!important;font-weight:700!important}#dm .dmBody a.u_1144828133 span.text,#dm .dmBody a.u_1184681918 span.text,#dm .dmBody a.u_1200628364 span.text,#dm .dmBody a.u_1441219586 span.text,#dm .dmBody a.u_1668061125 span.text,#dm .dmBody a.u_1804312803 span.text{font-weight:700!important;color:rgba(0,0,0,1)!important}#dm .dmBody div.u_1186891464:before{background-color:rgba(0,0,0,0)!important;opacity:.35!important}#dm .dmBody .u_1393118731:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1393118731{background-image:url(https://lirp.cdn-website.com/fb3ddc68/dms3rep/multi/opt/Foxlease+House+1-1161h.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;border-style:solid!important;border-width:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .dmBody a.u_1144828133{background-color:rgba(244,134,65,1)!important;border-radius:6px!important;-moz-border-radius:6px!important;-webkit-border-radius:6px!important}#dm .dmBody a.u_1184681918{border-radius:6px!important;-moz-border-radius:6px!important;-webkit-border-radius:6px!important;background-color:rgba(244,134,62,1)!important}#dm .dmBody a.u_1200628364{background-color:rgba(244,134,65,1)!important;border-radius:6px!important;-moz-border-radius:6px!important;-webkit-border-radius:6px!important}#dm .dmBody a.u_1441219586,#dm .dmBody a.u_1804312803{border-radius:6px!important;background-color:rgba(244,134,65,1)!important}#dm .dmBody a.u_1804312803{-moz-border-radius:6px!important;-webkit-border-radius:6px!important}#dm .d-page-1716942098 DIV.dmInner{background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important;background-position:50% 50%!important}#dm .dmBody div.u_1159618790{margin-right:0!important;padding-left:20px!important;padding-right:30px!important;padding-bottom:0!important}#dm .dmBody div.u_1441111505,#dm .dmBody h1.u_1347408371{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;padding:2px 0!important;height:auto!important;display:block!important}#dm .dmBody h1.u_1347408371{width:1150px!important;text-align:center!important;margin:8px auto!important}#dm .dmBody div.u_1441111505{width:520px!important;text-align:left!important;margin:18px auto 8px 0!important}#dm .dmBody a.u_1144828133,#dm .dmBody a.u_1200628364,#dm .dmBody div.u_1186891464,#dm .dmBody div.u_About{max-width:100%!important;min-width:0!important;text-align:center!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .dmBody div.u_1917048252{padding:40px!important}#dm .dmBody div.u_1186891464{width:auto!important;height:auto!important;background-attachment:initial!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:50% 100%!important;padding:160px 20px!important;margin:0!important}#dm .dmBody div.u_1393118731{background-position:50% 50%!important;background-repeat:no-repeat!important;background-size:cover!important;margin:0!important;padding:0!important}#dm .dmBody div.u_About{width:auto!important;height:auto!important;padding:40.5px 20px!important;margin:0!important}#dm .dmBody div.u_1497182697{border-color:rgba(244,134,62,1)!important;border-width:0!important;border-style:solid!important;margin:0!important;padding:0!important}#dm .dmBody a.u_1144828133,#dm .dmBody a.u_1200628364{width:248.38px!important;height:89px!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 auto 0 0!important}#dm .dmBody a.u_1184681918{float:none!important;top:0!important;left:0!important;width:274.39px!important;position:relative!important;height:90px!important;max-width:100%!important;min-width:0!important;text-align:center!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 0 0 auto!important}#dm .dmBody a.u_1441219586,#dm .dmBody a.u_1668061125,#dm .dmBody a.u_1804312803{float:none!important;top:0!important;left:0!important;position:relative!important;height:89px!important;max-width:100%!important;min-width:0!important;text-align:center!important;display:block!important;min-height:auto!important}#dm .dmBody a.u_1441219586{-moz-border-radius:6px!important;-webkit-border-radius:6px!important;width:248.38px!important;padding:0!important;margin:0 auto 10px 0!important}#dm .dmBody a.u_1668061125{background-color:rgba(244,134,65,1)!important;border-radius:6px!important;-moz-border-radius:6px!important;-webkit-border-radius:6px!important;width:450px!important;padding:0!important;margin:10px auto!important}#dm .dmBody div.u_1230471853,#dm .dmBody div.u_1300992512{margin:0!important;padding:0!important}#dm .dmBody div.u_1230471853{width:auto!important}#dm .dmBody a.u_1804312803{width:450px!important;padding:0!important;margin:10px 124.39px 10px 52px!important}#dm .dmBody div.u_1497853483{width:auto!important;margin:20px 0 0!important;padding:15px 40px!important}#\31 253858808,#\31 270471170,#\31 381977035,#\31 388497226,#\31 486983528,#\31 516247820,#\31 548120879,#\31 866355745,#\31 925413322,#\31 960527379{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}}
.dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) {
visibility: hidden;
}
</style>
<style id="fontFallbacks">
@font-face {
font-family: "Raleway Fallback";
src: local('Arial');
ascent-override: 89.616%;
descent-override: 22.3087%;
size-adjust: 104.892%;
line-gap-override: 0%;
}@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: "Montserrat Fallback";
src: local('Arial');
ascent-override: 84.9466%;
descent-override: 22.0264%;
size-adjust: 113.954%;
line-gap-override: 0%;
}@font-face {
font-family: "Poppins Fallback";
src: local('Arial');
ascent-override: 92.326%;
descent-override: 30.7753%;
line-gap-override: 8.793%;
size-adjust: 113.7274%;
}@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%;
}
</style>
<!-- End render the required css and JS in the head section -->
<meta property="og:type" content="website">
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Foxie's Future CIO",
"url" : "https://www.foxiesfuture.co.uk/"
}
</script>
<title>
Foxie's Future CIO Homepage
</title>
<meta name="keywords" content="Foxie's Future, Foxies Future, Foxie's, future, fundraising, girlguiding, foxlease, activity centre">
<meta name="description" content="This is the homepage for all information regarding Foxie's Future CIO, fundraising to save the Foxlease Activity Centre, near Lyndhurst in Hampshire.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Foxie's Future CIO Homepage">
<meta name="twitter:description" content="This is the homepage for all information regarding Foxie's Future CIO, fundraising to save the Foxlease Activity Centre, near Lyndhurst in Hampshire.">
<meta property="og:description" content="This is the homepage for all information regarding Foxie's Future CIO, fundraising to save the Foxlease Activity Centre, near Lyndhurst in Hampshire.">
<meta property="og:title" content="Foxie's Future CIO Homepage">
<!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= -->
<script src="https://static.cdn-website.com/libs/bower-skrollr/skrollr.min.js"></script></head>
<body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody pcCustomScrollbar d1SiteBody dmBodyNoIscroll" 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="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations rows-1200 inMiniHeaderMode hasStickyHeader hamburger-reverse dmPageBody d-page-1716942098 dmFreeHeader showing-message runtime-module-container showing-message--bottom showing-message--shown" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <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" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" has-shadow="true" layout="78f5c343822e4eb3aac27f4ad5d13812===header" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" logo-size-target="100%"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1304860342 dmRespRow mini-header-hide-row" style="text-align: center;" id="1304860342"> <div class="dmRespColsWrapper" id="1925413322"> <div class="u_1166043599 dmRespCol small-12 large-4 medium-4 has-one-widget-only" id="1166043599"> <span id="1140564440"></span>
<div class="u_1111457002 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1111457002" editablewidget="true"><img src="https://lirp.cdn-website.com/fb3ddc68/dms3rep/multi/opt/Cof+Funded-403w.png" alt="" id="1811883526" class="" width="1881" height="411" data-dm-image-path="https://irp.cdn-website.com/fb3ddc68/dms3rep/multi/Cof+Funded.png" onerror="handleImageLoadError(this)"></div>
</div>
<div class="u_1432450220 dmRespCol small-12 large-4 medium-4 has-one-widget-only" id="1432450220"> <div class="u_1939572621 imageWidget align-center hasHover" data-element-type="image" data-widget-type="image" id="1939572621" editablewidget="true"> <a id="1600135014"><img src="https://lirp.cdn-website.com/fb3ddc68/dms3rep/multi/opt/received_574625928087332-262w.jpeg" id="1141159207" class="" data-dm-image-path="https://irp.cdn-website.com/fb3ddc68/dms3rep/multi/received_574625928087332.jpeg" width="400" height="229" onerror="handleImageLoadError(this)"></a>
<img src="https://lirp.cdn-website.com/fb3ddc68/dms3rep/multi/opt/IMG-20241117-WA0009-1920w.jpg" class="hover-image" fetchpriority="low" aria-hidden="true" id="1231271819" onerror="handleImageLoadError(this)" height="0.0" width="0.0"></div>
</div>
<div class="dmRespCol large-4 medium-4 small-12 has-more-one-widget" id="1618996890"> <div class="u_1763541239 dmNewParagraph" data-element-type="paragraph" id="1763541239" style="transition: opacity 1s ease-in-out 0s;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLmNvbnRhY3QgZW1haWwifV0=" data-diy-text="">[email protected]</div> <div class="u_1927677442 align-center text-align-center dmSocialHub gapSpacing" id="1927677442" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/profile.php?id=100093383127887" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span>
</a>
<a href="http://linkedin.com/company/foxie-s-future/" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Linkedin')"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span>
</a>
<a href="https://twitter.com/foxiesfuture" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Twitter')"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span>
</a>
<a href="http://instagram.com/foxies_future" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></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="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl dmRespRowsWrapperSize1" id="1716942098"> <div class="dmRespRow u_1497853483" id="1497853483"> <div class="dmRespColsWrapper" id="1381977035"> <div class="dmRespCol small-12 large-3 medium-3" id="1024175774"> <a data-display-type="block" class="u_1441219586 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://stats.sender.net/forms/eVOOP9/vi" data-element-type="dButtonLinkId" id="1441219586" data-buttonstyle="THICK_BORDER_ROUND" target="_blank"> <span class="iconBg" aria-hidden="true" id="1009874512"> <span class="icon hasFontIcon icon-star" id="1119667748"></span>
</span>
<span class="text" id="1623567483">Click here to sign up for our newsletter mailing lists</span>
</a>
</div>
<div class="dmRespCol small-12 large-3 medium-3" id="1630902486"> <a data-display-type="block" class="u_1200628364 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/volunteering" data-element-type="dButtonLinkId" id="1200628364" data-buttonstyle="THICK_BORDER_ROUND"> <span class="iconBg" aria-hidden="true" id="1715273585"> <span class="icon hasFontIcon icon-star" id="1659298691"></span>
</span>
<span class="text" id="1359900176">Click here to find out about volunteering with us</span>
</a>
</div>
<div class="dmRespCol small-12 large-3 medium-3" id="1758358093"> <a data-display-type="block" class="u_1144828133 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.crowdfunder.co.uk/p/foxies-future-1204342" data-element-type="dButtonLinkId" id="1144828133" target="_blank" data-buttonstyle="THICK_BORDER_ROUND"> <span class="iconBg" aria-hidden="true" id="1849535711"> <span class="icon hasFontIcon icon-star" id="1044502207"></span>
</span>
<span class="text" id="1540262348">Click here to go directly to our Crowdfunding donation page</span>
</a>
</div>
<div class="dmRespCol large-3 medium-3 small-12 u_1497182697" id="1497182697"> <a data-display-type="block" class="u_1184681918 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.foxiesshopping.co.uk/" data-element-type="dButtonLinkId" id="1184681918" target="_blank" data-buttonstyle="THICK_BORDER_ROUND"> <span class="iconBg" aria-hidden="true" id="1016947159"> <span class="icon hasFontIcon icon-star" id="1218157734"></span>
</span>
<span class="text" id="1320947255">Click here to visit the Foxie's Shop</span>
</a>
</div>
</div>
</div>
<div class="dmRespRow u_1230471853" id="1230471853"> <div class="dmRespColsWrapper" id="1270471170"> <div class="dmRespCol small-12 large-6 medium-6 u_1300992512" id="1300992512"> <a data-display-type="block" class="u_1668061125 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/thingsweneed" data-element-type="dButtonLinkId" id="1668061125" data-buttonstyle="THICK_BORDER_ROUND"> <span class="iconBg" aria-hidden="true" id="1831781761"> <span class="icon hasFontIcon icon-star" id="1898679705"></span>
</span>
<span class="text" id="1561448162">Click here to find out things which you can donate to help us</span>
</a>
</div>
<div class="dmRespCol large-6 medium-6 small-12" id="1185556517"> <a data-display-type="block" class="u_1804312803 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/" data-element-type="dButtonLinkId" id="1804312803" data-buttonstyle="THICK_BORDER_ROUND"> <span class="iconBg" aria-hidden="true" id="1966975673"> <span class="icon hasFontIcon icon-star" id="1489942215"></span>
</span>
<span class="text" id="1019862545">Our Booking System will be live from 25th November 2024</span>
</a>
</div>
</div>
</div>
<div class="u_1186891464 dmRespRow hasBackgroundOverlay dmSectionNoParallax" style="text-align: center; background-image: url('https://lirp.cdn-website.com/fb3ddc68/dms3rep/multi/opt/20220531_070113-31cf43f7-1920w.jpg') !important;" id="1186891464" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9tZC91bnNwbGFzaC9kbXMzcmVwL211bHRpL29wdC9waG90by0xNTAyNDg3MTAzMzY3LWM5OGY3MTk2MDRmNi0xOTIwdy5qcGciXSwic3BlZWQiOiIzIiwidHJhbnNpdGlvbiI6InNsaWRlUmlnaHQifQ==" mode="1" data-binding="W3siYmluZGluZ05hbWUiOiJiYWNrZ3JvdW5kIiwidmFsdWUiOiJzaXRlX2ltYWdlcy5wZXJzaXN0ZWQuSW1hZ2UgMCJ9XQ=="> <div class="dmRespColsWrapper" id="1960527379"> <div class="u_1159618790 dmRespCol small-12 medium-12 large-12" id="1159618790"> <h1 class="u_1347408371 dmNewParagraph" data-element-type="paragraph" id="1347408371" style="transition: opacity 1s ease-in-out 0s;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQuc2xvZ2FuIn1d" data-diy-text=""><p class="rteBlock">Safeguarding Foxie's Future for the benefit of all.</p></h1></div>
</div>
</div>
<div class="u_About dmRespRow mobile-columns-reversed" style="text-align: center;" id="About" data-anchor="About"> <div class="dmRespColsWrapper" id="1866355745"> <div class="dmRespCol small-12 medium-6 large-6 u_1393118731 dmSectionNoParallax hasExtraLayerOverlay slider-container-no-bg" id="1393118731" data-anim-desktop="none" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9mYjNkZGM2OC9kbXMzcmVwL211bHRpL29wdC9Gb3hsZWFzZStIb3VzZSsxLTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vZmIzZGRjNjgvZG1zM3JlcC9tdWx0aS9vcHQvMjAyMzA1MzFfMDkyMDI5LTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vZmIzZGRjNjgvZG1zM3JlcC9tdWx0aS9vcHQvMjAyMjA1MzBfMjIzMTUwLTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vZmIzZGRjNjgvZG1zM3JlcC9tdWx0aS9vcHQvSU1HLTIwMjMwNjExLVdBMDAyMi0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2ZiM2RkYzY4L2RtczNyZXAvbXVsdGkvb3B0L0lNRy0yMDIzMDgyMy1XQTAwMDQtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9mYjNkZGM2OC9kbXMzcmVwL211bHRpL29wdC9JTUctMjAyMzA4MjMtV0EwMDA4LTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vZmIzZGRjNjgvZG1zM3JlcC9tdWx0aS9vcHQvSU1HLTIwMjMwODIzLVdBMDAwMy0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2ZiM2RkYzY4L2RtczNyZXAvbXVsdGkvb3B0L0lNRy0yMDIzMDgyMy1XQTAwMDctMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9mYjNkZGM2OC9kbXMzcmVwL211bHRpL29wdC9JTUctMjAyMzA4MjMtV0EwMDEwLTE5MjB3LmpwZyJdLCJzcGVlZCI6IjQifQ==" data-background-image="url("https://lirp.cdn-website.com/fb3ddc68/dms3rep/multi/opt/Foxlease+House+1-1920w.jpg")"><div class="bgGallerySlideHolder"><div class="bgGallerySlide" data-transition="fade" data-speed="4000" style="background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: scroll; animation: 0s ease 0s 1 normal none running none; border-radius: 0px; background-image: url("https://lirp.cdn-website.com/fb3ddc68/dms3rep/multi/opt/Foxlease+House+1-1920w.jpg");"></div></div><div class="bgExtraLayerOverlay" style="background-color:rgb(255, 255, 255);opacity:0.5"></div> <div data-element-type="spacer" class="u_1939024016 dmSpacer" id="1939024016"></div>
</div>
<div class="dmRespCol small-12 medium-6 large-6 u_1917048252" id="1917048252"> <h2 class="dmNewParagraph" data-element-type="paragraph" id="1463092980" style="transition: opacity 1s ease-in-out 0s;">What is Foxie's Future?</h2> <div class="u_1441111505 dmNewParagraph" id="1441111505" style="transition: none 0s ease 0s;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQub3ZlcnZpZXcifV0=" data-diy-text=""><p class="rteBlock">Foxie's Future is a CIO (charity with RCN 1204342) which was incorporated in August 2023 following the previous owner's decision to close and sell the Foxlease Activity Centre, just outside Lyndhurst. </p><br><p class="rteBlock">The site is comprised of a heritage building and 63 acres of surrounding lands, which host residential accommodation facilities, camping and adventurous activities. The charity's aim is to purchase the site in order to save it from closure and to ensure that the site remains available for years to come for young people and the local, national and international community that currently uses the site.</p><br><p class="rteBlock">The project is making good progress, with in excess of £4 million of funding secured since August 2023, following a Community Ownership Grant Funding Award of £1.73 million of capital funding in March 2024. The project has achieved tremendous support in a short space of time and the charity has been named as the preferred bidder to purchase the site and the commercial purchase transaction is ongoing.</p><br><p class="rteBlock">The charity would love your support, financially, if you feel able, but also by helping to tell people who may be familiar with the site, or interested in supporting the charity, about the current challenges and the charity's aims. We'd also love your input into shaping the future of Foxlease as a community space.</p><br><p class="rteBlock">You can find links to our forms and other guides below.</p></div> <a data-display-type="block" class="u_1168802463 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="http://www.foxiesfuture.co.uk/our-trustees" data-element-type="dButtonLinkId" id="1168802463"> <span class="iconBg" id="1199803057"> <span class="icon hasFontIcon icon-star" id="1335955948"></span>
</span>
<span class="text" id="1367290009">Click Here To Meet Our Trustees</span>
</a>
</div>
</div>
</div>
<div class="dmRespRow" id="1904723620"> <div class="dmRespColsWrapper" id="1486983528"> <div class="dmRespCol small-12 u_1377807376 large-4 medium-4" id="1377807376"> <a data-display-type="block" class="u_1621585826 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient newFileWidget" file="true" href="https://irp.cdn-website.com/fb3ddc68/files/uploaded/Foxie-s_Family_Application_Form_Master_Oct_2024.pdf" data-element-type="dButtonLinkId" id="1621585826" target="_blank" data-buttonstyle="ROUND_SIDES"> <span class="iconBg" aria-hidden="true" id="1793172525"> <span class="icon hasFontIcon icon-star" id="1917401780"></span>
</span>
<span class="text" id="1130140588">Click here to download our Foxie's Family Application Form</span>
</a>
</div>
<div class="dmRespCol small-12 large-4 medium-4" id="1047698968"> <a data-display-type="block" class="u_1505097825 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient newFileWidget" file="true" href="https://irp.cdn-website.com/fb3ddc68/files/uploaded/23.12.04 Donations Form.pdf" data-element-type="dButtonLinkId" id="1505097825" target="_blank" data-buttonstyle="ROUND_SIDES"> <span class="iconBg" aria-hidden="true" id="1047884683"> <span class="icon hasFontIcon icon-star" id="1943903410"></span>
</span>
<span class="text" id="1435954918">Click here to download our Donation Form</span>
</a>
</div>
<div class="dmRespCol large-4 medium-4 small-12" id="1922322701"> <a data-display-type="block" class="u_1728078800 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient newFileWidget" file="true" href="https://irp.cdn-website.com/fb3ddc68/files/uploaded/Crowdfunding Project Guide.pdf" data-element-type="dButtonLinkId" id="1728078800" target="_blank" data-buttonstyle="ROUND_SIDES"> <span class="iconBg" aria-hidden="true" id="1672310687"> <span class="icon hasFontIcon icon-star" id="1204792093"></span>
</span>
<span class="text" id="1852420419">Click here to download our Crowdfunder Project Set Up Guide</span>
</a>
</div>
</div>
</div>
<div class="dmRespRow" id="1474030895"> <div class="dmRespColsWrapper" id="1516247820"> <div class="dmRespCol large-12 medium-12 small-12" id="1675790228"> <a data-display-type="block" class="u_1543429809 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient button_2" file="true" href="https://irp.cdn-website.com/fb3ddc68/files/uploaded/Foxie-s Time Travel Challenge Badge Resource Pack.pdf" data-element-type="dButtonLinkId" id="1543429809" target="_blank" data-buttonstyle="THICK_BORDER_ROUND"> <span class="iconBg" aria-hidden="true" id="1288909315"> <span class="icon hasFontIcon icon-star" id="1637096067"></span>
</span>
<span class="text" id="1738607350">Click here to download the Foxie's Time Travel Challenge Badge PDF Resource Pack</span>
</a>
</div>
</div>
</div>
<div class="u_Contact dmRespRow" style="text-align: center; background-image: url('https://lirp.cdn-website.com/fb3ddc68/dms3rep/multi/opt/20230531_092029-1920w.jpg') !important;" id="Contact" mode="1" data-anchor="Contact" data-binding="W3siYmluZGluZ05hbWUiOiJiYWNrZ3JvdW5kIiwidmFsdWUiOiJzaXRlX2ltYWdlcy5wZXJzaXN0ZWQuSW1hZ2UgMiJ9XQ=="> <div class="dmRespColsWrapper" id="1388497226"> <div class="dmRespCol medium-6 large-6 u_1053873665 small-12" id="1053873665"> <h2 class="u_1637783987 dmNewParagraph" id="1637783987" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><font style="color: rgb(44, 44, 44);" id="1495907728">Contact us</font></h2> <a data-display-type="block" class="u_1544373066 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1544373066 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="mailto:[email protected]" data-element-type="dButtonLinkId" id="1544373066" data-anim-desktop="bounceInLeft" data-buttonstyle="BORDER_SHORT" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLmNvbnRhY3QgZW1haWwifV0=" data-diy-link="" target="_blank"> <span class="iconBg" id="1299707833"> <span class="icon hasFontIcon icon-star" id="1091352348"></span>
</span>
<span class="text" id="1121861805" data-diy-text="">Email Us</span>
</a>
<h3 class="u_1360420964 dmNewParagraph" data-element-type="paragraph" id="1360420964" style="transition: opacity 1s ease-in-out 0s;">Correspondence Address</h3> <div class="u_1339738034 dmNewParagraph" id="1339738034" style="transition: opacity 1s ease-in-out;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsIn1d" data-diy-text="">Solent Business Centre, Millbrook Road West Southampton Southampton SO15 0HW United Kingdom</div> <div class="u_1986971402 align-center text-align-center dmSocialHub gapSpacing" id="1986971402" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/profile.php?id=100093383127887" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span>
</a>
<a href="http://linkedin.com/company/foxie-s-future/" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Linkedin')"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span>
</a>
<a href="https://twitter.com/foxiesfuture" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Twitter')"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span>
</a>
<a href="http://instagram.com/foxies_future" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span>
</a>
</div>
</div>
</div>
<div class="u_1215654220 widget-128151 dmCustomWidget" data-lazy-load="" data-title="" id="1215654220" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="128151275e4145de9c457a6ae729489e" data-widget-version="114" data-widget-config="eyJ1cmwiOiJodHRwczovL2ZhY2Vib29rLmNvbS9wcm9maWxlLnBocD9pZD0xMDAwOTMzODMxMjc4ODciLCJpc0xhcmdlSGVhZGVyIjp0cnVlLCJpc1Nob3dDb3ZlclBob3RvIjp0cnVlLCJpc0ZyaWVuZHNQaG90b3MiOnRydWUsInRpbWVsaW5lIjp0cnVlLCJ3aWR0aCI6IjUwMCIsImhlaWdodCI6IjE1MDAiLCJoZWlnaHRfbW9iaWxlIjoiNTAwIn0=" data-widget-initialized="" style="width: 500px !important;"> <div class="fallback" style="width:500px;"><!--<span class="fallback-text">Click to add Facebook feed</span>--><!--<svg xmlns="http://www.w3.org/2000/svg" width="62" height="46" viewBox="0 0 62 46">--><!-- <g fill="#FFF" fill-rule="evenodd">--><!-- <path d="M24.65.057H18.8c-6.75 0-11.025 4.343-11.025 11.2v5.257H1.7c-.45 0-.9.457-.9.915v7.542c0 .458.45.915.9.915h6.075v18.971c0 .457.45.914.9.914h7.875c.45 0 .9-.457.9-.914V25.886h6.975c.45 0 .9-.457.9-.915V17.43c0-.229 0-.458-.225-.686-.225-.229-.45-.229-.675-.229H17.45v-4.343c0-2.057.45-3.2 3.15-3.2h4.05c.45 0 .9-.457.9-.914V.971c0-.457-.45-.914-.9-.914z"/>--><!-- <path fill-rule="nonzero" d="M61.325 34.343h-29.7V.057h29.7v34.286zm-27-2.514H58.85V2.57H34.325V31.83z"/>--><!-- <path d="M37.7 7.143h17.775v2.743H37.7zM37.7 11.943h17.775v2.743H37.7zM37.7 17.2h17.775v10.057H37.7z"/>--><!-- </g>--><!--</svg>--></div>
<div class="fb-page" data-facebook-widget="true" data-href="https://facebook.com/profile.php?id=100093383127887" data-tabs="timeline,," data-small-header="false" data-hide-cover="false" data-show-facepile="true" data-height="1500" data-adapt-container-width="true"> <blockquote cite="https://facebook.com/profile.php?id=100093383127887" class="fb-xfbml-parse-ignore"> <a href="https://facebook.com/profile.php?id=100093383127887"></a>
</blockquote>
</div>
</div>
</div>
<div class="dmRespCol u_1756291813 medium-6 large-6 small-12" id="1756291813"> <span id="1760905374"></span>
<h2 class="u_1182103621 dmNewParagraph" id="1182103621" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph"><div style=";text-align: left;" class="font-size-NaN m-font-size-NaN"><font style=";color: rgb(44, 44, 44);" class="font-size-NaN m-font-size-NaN">Get in touch</font></div></h2> <div class="u_1609089239 dmform default native-inputs" id="1609089239" data-layout="layout-3" data-element-type="dContactUsRespId" data-anim-desktop="zoomIn" data-require-captcha="true" data-captcha-position="bottomleft" captcha="true"> <h3 class="dmform-title dmwidget-title" id="1296023583" hide="true">Contact Us</h3>
<div class="dmform-wrapper" id="1472658687" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1237563950"> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1949461676"> <label for="1644879232" id="1438496945" data-dm-for="dmform-0">Name</label>
<input type="text" class="" name="dmform-0" id="1644879232"><input type="hidden" name="label-dmform-0" value="Name" id="1330290848" class=""></div>
<div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1260272326"> <label for="1183834734" id="1340911443" data-dm-for="dmform-1">Email</label>
<input type="email" class="" name="dmform-1" id="1183834734"><input type="hidden" name="label-dmform-1" value="Email" id="1920121203" class=""></div>
<div class="dmforminput small-12 dmRespDesignCol medium-12 large-12" id="1494924180"> <label for="1881430369" id="1228778508" data-dm-for="dmform-2">Message</label>
<textarea name="dmform-2" id="1881430369"></textarea>
<input type="hidden" name="label-dmform-2" value="Message" id="1659033901" class=""></div>
<span id="1494924180_clear" class="dmWidgetClear"></span>
<div class="dmformsubmit dmWidget R" id="1571648469"><input class="" name="submit" type="submit" value="Submit" id="1280665229"></div>
<input name="dmformsendto" type="hidden" value="O0wrseIfFLsSlLR4GAldF4tffs+03a4NzhEQbt2YOfvlQph25oIIZONnsWoOcTDWN3KYLdnOLG8=" id="1309236355" class="" data-dec="true"><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1389692775"><input name="dmformfrom" type="hidden" value="Foxie's Future Website" id="1089061003" class=""><input name="dmformsubject" type="hidden" value="Foxie's Future Website Enquiry" id="1846607935" class="" data-email-subject="Foxie's Future Website Enquiry"> <span hidden="" id="1603756993"><input type="hidden" name="dmformautoreplyenabled" value="true" id="1664690360" class=""><input type="hidden" name="dmformautoreplyfrom" value="Foxie" s="" future="" cic'="" id="1126693030"><input type="hidden" name="dmformautoreplysubject" value="Thank you for your submission" id="1722441474"><input type="hidden" name="dmformautoreplymsg" value="V2UndmUgcmVjZWl2ZWQgeW91ciBtZXNzYWdlIC0gdGhhbmsgeW91LiBPbmUgb2Ygb3VyIHRlYW0gbWVtYmVycyB3aWxsIGdldCBiYWNrIHRvIHlvdSBzb29uLg==" id="1027440523"><input type="hidden" name="dmformautoreplyincludeformcopy" value="true" id="1101764951"></span>
<input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSzRkXjNcoSR4zjs6qNGt4wTU1d51SN9tAiVp7SAHVIytNGd1IOc6Z/ax8xFrPkwBRVuTRwhmNYkym3xfPWKeoRNHp+xqQKMVTL28L5BJDtXtFWNtX/G0hNJypk8I1FHNSnVYe48FI5v1f+WaizPOXDeJv06OE36c1mYkKSrkcxz/659FaBGZjtyx8//jgN/qcwhw3WkfSIguxvG4ooSS3Y2TIs6eZloF9iJpZMuRx5Lzlz3kut0VbtMI61r5NZzbs5AYksNcQ3h830G+O7yhh6F+0U1qDGtJ2pgU3zD1pYl3ck2O0JvcB/CrzwnxnN8h4WggMBFBlNyShG2BPr1C/Pb/wY3Uz4MMABWwLFWk8gAJVjFSk0RbiiWmApiXt2EZ6tj0e2ymqjkB6gmCIjjLfaeKsGBXqTfIR3Q0jOu2RU+hAdklqtH5P7nP6CGHj39Uh3bWpFIcnSdrPjEt2GCsH/7DZ+VxQZmWsmaOrtpFPNF5PjEt2GCsH/7W6/AHYP4DLpwrxoECUVENP+9KR3PNaiX9qzMEcmcbJKpFaQLMLKkq" data-dec="true"><input type="hidden" name="page_uuid" value="f57f2c3ac6744c5fb48269765b344ec3"></form>
</div>
<div class="dmform-success" style="display:none" id="1826644211"><p class="rteBlock">Thank you for contacting Foxie's Future.</p><br><p class="rteBlock">We are grateful for your email and we will respond to you as soon as possible to progress your enquiry.</p><br><p class="rteBlock">Best wishes,</p><br><p class="rteBlock">Foxie's Future</p></div>
<div class="dmform-error" style="display:none" id="1481677397"><p class="rteBlock">Oops, there was an error sending your message.</p><br><p class="rteBlock">We really want to hear from you so please do try again later!</p><br><p class="rteBlock">Best wishes,</p><br><p class="rteBlock">Foxie's Future</p></div>
</div>
<a data-display-type="block" class="u_1510275972 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="http://www.foxiesfuture.co.uk/haveyouheardaboutfoxies" data-element-type="dButtonLinkId" id="1510275972" target="_blank" data-buttonstyle="THICK_BORDER_ROUND"> <span class="iconBg" aria-hidden="true" id="1447588196"> <span class="icon hasFontIcon icon-star" id="1542405512"></span>
</span>
<span class="text" id="1702082740">Click here to find out more about our #haveyouheardaboutfoxies campaign</span>
</a>
</div>
</div>
</div>
<div class="dmRespRow u_1194213724" style="text-align: center;" id="1194213724"> <div class="dmRespColsWrapper" id="1548120879"> <div class="u_1122638348 dmRespCol small-12 large-4 medium-4" id="1122638348"> <div class="u_1699929921 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1699929921"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1271501809"></div>
<div class="dmNewParagraph" data-element-type="paragraph" id="1066940524" style="transition: opacity 1s ease-in-out;" data-version="5"> <h3><span style="display: initial;">Foxie's FAQs</span></h3>
</div></div>
<div class="u_1216724258 dmRespCol small-12 large-8 medium-8" id="1216724258"> <div class="dmDividerWrapper clearfix u_1832448511" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1832448511"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1443334416"></div>
<div class="u_1693035035 widget-832a29 dmCustomWidget" data-lazy-load="" data-title="" id="1693035035" dmle_extension="custom_extension" data-element-type="custom_extension" wr="false" icon="false" surround="false" data-widget-id="832a29738c2b44fdb4e63369b1bf458a" data-widget-version="81" data-widget-config="eyJpdGVtcyI6W3sidGl0bGUiOiJRLiBIb3cgY2FuIEkgaGVscD8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QS4gVGhlIGNoYXJpdHkgd291bGQgbG92ZSB5b3VyIHN1cHBvcnQsIGZpbmFuY2lhbGx5LCBpZiB5b3UgZmVlbCBhYmxlLCBidXQgYWxzbyBieSBoZWxwaW5nIHRvIHRlbGwgcGVvcGxlIHdobyBtYXkgYmUgZmFtaWxpYXIgd2l0aCB0aGUgc2l0ZSwgb3IgaW50ZXJlc3RlZCBpbiBzdXBwb3J0aW5nIHRoZSBjaGFyaXR5LCBhYm91dCB0aGUgY3VycmVudCBjaGFsbGVuZ2VzIGFuZCB0aGUgY2hhcml0eSYjeDI3O3MgYWltcy4gwqBXZSYjeDI3O2QgYWxzbyBsb3ZlIHlvdXIgaW5wdXQgaW50byBzaGFwaW5nIHRoZSBmdXR1cmUgb2YgRm94bGVhc2UgYXMgYSBjb21tdW5pdHkgc3BhY2UuPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+SWYgeW91IHdvdWxkIGxpa2UgdG8gam9pbiBvdXIgJnF1b3Q7Rm94aWUmI3gyNztzIEZhbWlseSZxdW90OyBzdXBwb3J0ZXIgc2NoZW1lIHRoZW4gcGxlYXNlIGNvbnRhY3QgdXMgYnkgZW1haWwgdG8gbWFyeS5mb3hpZXNmdXR1cmVAZ21haWwuY29tLjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldlIHdpbGwga2VlcCBvdXIgd2Vic2l0ZSBhbmQgb3VyIHNvY2lhbCBtZWRpYSBwYWdlcyB1cGRhdGVkIGFzIHRoaW5ncyBwcm9ncmVzcyBzbyBwbGVhc2UgZG8gY2hlY2sgYmFjayBhbmQga2VlcCBhbiBleWUgb24gb3VyIEZhY2Vib29rIHBhZ2UgZm9yIHVwZGF0ZXMhPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJRLiBIb3cgY2FuIEkgZG9uYXRlIGFuZCB3aGF0IHdpbGwgbXkgZG9uYXRpb24gYmUgdXNlZCBmb3I/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkEuIElmIHlvdSB3YW50IHRvIGhlbHAgZnVuZCBGb3hpZSYjeDI3O3MgRnV0dXJlIGZpbmFuY2lhbGx5IHRoZW4sIGZpcnN0bHksIHRoYW5rIHlvdSHCoDwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPllvdSBjYW4gZG9uYXRlIHRvIG91ciBDcm93ZGZ1bmRpbmcgQ2FtcGFpZ24gbGlua2VkIGVsc2V3aGVyZSBvbiB0aGlzIHBhZ2UuPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+WW91IGNhbiBhZGQgdXMgYXMgYSBjYXVzZSBvbiBlYXN5ZnVuZHJhaXNpbmcub3JnLnVrIHdoaWNoIGFsbG93cyB5b3UgdG8gZG9uYXRlIHRvIHVzIHRocm91Z2ggbWFraW5nIGV2ZXJ5ZGF5IHB1cmNoYXNlcy48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5BbHRlcm5hdGl2ZWx5LCBwbGVhc2Ugc2VuZCB1cyBhbiBlbWFpbCB0byBmdW5kcmFpc2luZ0Bmb3hpZXNmdXR1cmUuY28udWsgYW5kIHdlIHdpbGwgYmUgaW4gdG91Y2ggd2l0aCBvdXIgYmFuayBkZXRhaWxzIGZvciB5b3UgdG8gbWFrZSBhIGRpcmVjdCB0cmFuc2ZlciBhbmQgeW91IHdpbGwgYmUgYmFsZSB0byByZXF1ZXN0IHRoYXQgd2UgcHJvdmlkZSBhIHJlY2VpcHQgb25jZSB5b3VyIHBheW1lbnQgaXMgcmVjZWl2ZWQsIGlmIHRoaXMgaXMgbmVlZGVkLjwvcD48YnI+PGJyPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJRLiBXaGF0IGRvZXMgRm94aWUncyBGdXR1cmUgaW50ZW5kIHRvIGRvIHdpdGggRm94bGVhc2UgaWYgc3VjY2Vzc2Z1bCBpbiBpdHMgYmlkIHRvIGZ1bmQgYW4gYWx0ZXJuYXRpdmUgcHVyY2hhc2Ugc29sdXRpb24/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkEuIFRoZSBjaGFyaXR5JiN4Mjc7cyBUcnVzdGVlcyBoYXZlIHdvcmtlZCBoYXJkIHNpbmNlIHRoZSBjaGFyaXR5JiN4Mjc7cyBpbmNvcnBvcmF0aW9uIGluIEF1Z3VzdCBsYXN0IHllYXIgdG8gZGV2ZWxvcCBhIGJ1c2luZXNzIHBsYW4gdG8gc3VwcG9ydCB0aGUgcnVubmluZyBvZiB0aGUgc2l0ZSBpZiBGb3hpZSYjeDI3O3MgRnV0dXJlIGlzIHN1Y2Nlc3NmdWwgaW4gaXRzIGJpZCB0byBzYXZlIGl0LjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlRoZSBidXNpbmVzcyBwbGFuIGNvdmVycyB0aGUgZmlyc3QgdGhyZWUgdG8gZml2ZSB5ZWFycyBwb3N0LWFjcXVzaXRpb24gYW5kIGFsbG93cyBmb3IgdGhlIHJlLW9wZW5pbmcgb2YgdGhlIHNpdGUgb24gYSBwaGFzZWQgYmFzZWQgdW5kZXIgbmV3IG93bmVyc2hpcCB0byB1bHRpbWF0ZWx5IGRlbGl2ZXIgY2FtcGluZywgcmVzaWRlbnRpYWwgYWNjb21tb2RhdGlvbiBhbmQgb3V0ZG9vciBhY3Rpdml0aWVzIHRvIHVuaWZvcm1lZCB5b3V0aCBncm91cHMsIHNjaG9vbHMsIHlvdW5nIHBlb3BsZSBhbmQgdGhlIGxvY2FsIGNvbW11bml0eS4gwqBXZSB3YW50IEZveGxlYXNlIHRvIGtlZXAgaXRzIHNwZWNpYWwgbWFnaWMgd2hpbHN0IGJlY29taW5nIGEgY29tbXVuaXR5IHNwYWNlIGZvciBmdXR1cmUgZ2VuZXJhdGlvbnMgdG8gZW5qb3kuPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+V2Ugd2lsbCBrZWVwIHVwZGF0aW5nIHRoaXMgYXMgdGhpbmdzIHByb2dyZXNzIGJ1dCBpZiB5b3UgaGF2ZSBpZGVhcyB0aGVuIHdlIHdhbnQgdG8gaGVhciB0aGVtISBQbGVhc2UgY29udGFjdCB1cyB3aXRoIHlvdXIgaWRlYXMgb246IGluZm9AZm94aWVzZnV0dXJlLmNvLnVrLjwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiUS4gSSBoZWFyIHlvdSBoYXZlIEZveGllJ3MgRnV0dXJlIGJhZGdlcyBhbmQgZ29vZGllcyAtIGhvdyBjYW4gSSBidXkgdGhlbT8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QS4gRm94aWUmI3gyNztzIEZ1dHVyZSBsb2dvIGJhZGdlcyBhbmQgb3RoZXIgZ29vZGllcyBhbmQgbWVyY2hhbmRpc2UgaW4gc3VwcG9ydCBvZiBGb3hpZSYjeDI3O3MgRnV0dXJlIGFyZSBhdmFpbGFibGUgdG8gcHVyY2hhc2Ugbm93LjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlBsZWFzZSB2aXNpdCB0aGUgRm94aWUmI3gyNztzIFNob3BwaW5nIHdlYnNpdGUgYXQ6IHd3dy5mb3hpZXNzaG9wcGluZy5jby51ayBvciBlbWFpbCBzaG9wQGZveGxlYXNlLnVrIGZvciBtb3JlIGluZm9ybWF0aW9uLiDCoElmIHlvdSBhcmUgaW50ZXJuYXRpb25hbGx5IGJhc2VkIHRoZW4geW91IHdpbGwgbmVlZCB0byBvcmRlciBieSBlbWFpbCBwbGVhc2UgdG8gc2hvcEBmb3hsZWFzZS51ayBzbyB0aGF0IHdlIGNhbiBjYWxjdWxhdGUgcG9zdGFnZSBmb3IgeW91LjwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiUS4gSSBoYXZlIGEgYmVxdWVzdCBvciBsZWdhY3kgaW4gbXkgd2lsbCB0byBGcmllbmRzIG9mIEZveGxlYXNlLCB3aGF0IHdpbGwgaGFwcGVuIHRvIHRoZSBtb25leT8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QS4gV2UgYXJlIG5vdCBhYmxlIHRvIGFkdmlzZSB5b3UsIGJ1dCB3ZSBjYW4gY29uZmlybSB0aGF0IGlmIHlvdSB3aXNoIHRvIGxlYXZlIGEgYmVxdWVzdCBvciBsZWdhY3kgZm9yIGJlbmVmaXQgRm94bGVhc2UgdGhlbiB0aGlzIHdpbGwgbmVlZCB0byBiZSBhZGRyZXNzZWQgdG8gRm94aWUmI3gyNztzIEZ1dHVyZSAoUkNOOiAxMjA0MzQyKSBhcyB0aGlzIGlzIHRoZSBvbmx5IG9yZ2FuaXNhdGlvbiB3aXRoIGFueSBjb25uZWN0aW9uIHRvIEZveGxlYXNlLjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldlIGJlbGlldmUgdGhhdCBhbGwgdGhlIGluZm9ybWF0aW9uIG5lZWRlZCBmcm9tIHVzIGZvciB0aGlzIHdpbGwgYmUgYXZhaWxhYmxlIG9uIHRoZSBDaGFyaXR5IENvbW1pc3Npb24gd2Vic2l0ZSBsaXN0aW5nIGZvciB1czsgaG93ZXZlciwgaWYgeW91IG5lZWQgYW55dGhpbmcgZnVydGhlciwgdGhlbiBwbGVhc2UgZG8gbm90IGhlc2l0YXRlIHRvIGNvbnRhY3QgdXMgYXQ6IGZ1bmRyYWlzaW5nQGZveGllc2Z1dHVyZS5jby51ayBhbmQgd2Ugd2lsbCB0cnkgdG8gYXNzaXN0LjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPklmIHlvdSBkbyBsZWF2ZSB1cyBhIGJlcXVlc3Qgb3IgbGVnYWN5LCB0aGVuIGl0IHdvdWxkIGJlIHJlYWxseSBoZWxwZnVsIHRvIHVzIGlmIHlvdSB3b3VsZCBsZXQgdXMga25vdyBzbyB0aGF0IHdlIGNhbiBrZWVwIGEgcmVjb3JkIG9mIHRoaXMgZm9yIHRoZSBmdXR1cmUuPC9wPjxicj4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiUS4gSXMgRm94aWUncyBGdXR1cmUgY29ubmVjdGVkIHRvIG9yIHBhcnQgb2YgR2lybGd1aWRpbmc/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkEuIE5vLiBGb3hpZSYjeDI3O3MgRnV0dXJlIGlzIGFuIGluZGVwZW5kZW50bHkgcmVnaXN0ZXJlZCBjaGFyaXR5LCBhIGNoYXJpdGFibGUgaW5jb3Jwb3JhdGVkIG9yZ2FuaXNhdGlvbiwgd2l0aCBSQ046IDEyMDQzNDIuPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJRLiBJIHdvcmsgaW4gbWVkaWEgb3IgbmV3cywgaG93IGRvIEkgY29udGFjdCBGb3hpZSdzIEZ1dHVyZSB0byBmaW5kIG91dCBtb3JlPyIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5BLiBQbGVhc2UgY29udGFjdCB1cyBieSBlbWFpbCBpbiB0aGUgZmlyc3QgaW5zdGFuY2UgYXQ6IGZ1bmRyYWlzaW5nQGZveGllc2Z1dHVyZS5jby51ayBhbmQgd2Ugd2lsbCBnZXQgYmFjayB0byB5b3UgYXMgc29vbiBhcyBwb3NzaWJsZS48L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IlEuIEkgaGF2ZSBhIHF1ZXN0aW9uIHRoYXQgaXNuJ3QgYW5zd2VyZWQgYWJvdmUsIGhvdyBkbyBJIGZpbmQgb3V0IHRoZSBhbnN3ZXI/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkEuIFBsZWFzZSBjb250YWN0IHVzIGF0OiBpbmZvQGZveGllc2Z1dHVyZS5jby51ayBhbmQgYXNrIHVzIHlvdXIgcXVlc3Rpb24hIFdlJiN4Mjc7ZCBsb3ZlIHRvIGhlYXIgZnJvbSB5b3UgYW5kIHdpbGwgY29tZSBiYWNrIHRvIHlvdSBhcyBzb29uIGFzIHBvc3NpYmxlLjwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifV0sImV4cGFuZEZpcnN0SXRlbSI6ZmFsc2UsImNvbGxhcHNlT3RoZXJzIjpmYWxzZSwibGF5b3V0IjoicGx1c01pbnVzIn0=" data-widget-initialized=""> <ul class="accordion-wrapper plusMinus " data-first-expanded="false"> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Q. How can I help?</h3>
</div>
<div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div>
<div class="vertical"></div>
</div>
</div>
</div>
<div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">A. The charity would love your support, financially, if you feel able, but also by helping to tell people who may be familiar with the site, or interested in supporting the charity, about the current challenges and the charity's aims. We'd also love your input into shaping the future of Foxlease as a community space.</p><br><p class="rteBlock">If you would like to join our "Foxie's Family" supporter scheme then please contact us by email to [email protected].</p><br><p class="rteBlock">We will keep our website and our social media pages updated as things progress so please do check back and keep an eye on our Facebook page for updates!</p></div>
</div>
</div>
</li>
<li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Q. How can I donate and what will my donation be used for?</h3>
</div>
<div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div>
<div class="vertical"></div>
</div>
</div>
</div>
<div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">A. If you want to help fund Foxie's Future financially then, firstly, thank you! </p><br><p class="rteBlock">You can donate to our Crowdfunding Campaign linked elsewhere on this page.</p><br><p class="rteBlock">You can add us as a cause on easyfundraising.org.uk which allows you to donate to us through making everyday purchases.</p><br><p class="rteBlock">Alternatively, please send us an email to [email protected] and we will be in touch with our bank details for you to make a direct transfer and you will be bale to request that we provide a receipt once your payment is received, if this is needed.</p><br><br></div>
</div>
</div>
</li>
<li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Q. What does Foxie's Future intend to do with Foxlease if successful in its bid to fund an alternative purchase solution?</h3>
</div>
<div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div>
<div class="vertical"></div>
</div>
</div>
</div>
<div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">A. The charity's Trustees have worked hard since the charity's incorporation in August last year to develop a business plan to support the running of the site if Foxie's Future is successful in its bid to save it.</p><br><p class="rteBlock">The business plan covers the first three to five years post-acqusition and allows for the re-opening of the site on a phased based under new ownership to ultimately deliver camping, residential accommodation and outdoor activities to uniformed youth groups, schools, young people and the local community. We want Foxlease to keep its special magic whilst becoming a community space for future generations to enjoy.</p><br><p class="rteBlock">We will keep updating this as things progress but if you have ideas then we want to hear them! Please contact us with your ideas on: [email protected].</p></div>
</div>
</div>
</li>
<li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Q. I hear you have Foxie's Future badges and goodies - how can I buy them?</h3>
</div>
<div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div>
<div class="vertical"></div>
</div>
</div>
</div>
<div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">A. Foxie's Future logo badges and other goodies and merchandise in support of Foxie's Future are available to purchase now.</p><br><p class="rteBlock">Please visit the Foxie's Shopping website at: www.foxiesshopping.co.uk or email [email protected] for more information. If you are internationally based then you will need to order by email please to [email protected] so that we can calculate postage for you.</p></div>
</div>
</div>
</li>
<li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Q. I have a bequest or legacy in my will to Friends of Foxlease, what will happen to the money?</h3>
</div>
<div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div>
<div class="vertical"></div>
</div>
</div>
</div>
<div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">A. We are not able to advise you, but we can confirm that if you wish to leave a bequest or legacy for benefit Foxlease then this will need to be addressed to Foxie's Future (RCN: 1204342) as this is the only organisation with any connection to Foxlease.</p><br><p class="rteBlock">We believe that all the information needed from us for this will be available on the Charity Commission website listing for us; however, if you need anything further, then please do not hesitate to contact us at: [email protected] and we will try to assist.</p><br><p class="rteBlock">If you do leave us a bequest or legacy, then it would be really helpful to us if you would let us know so that we can keep a record of this for the future.</p><br></div>
</div>
</div>
</li>
<li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Q. Is Foxie's Future connected to or part of Girlguiding?</h3>
</div>
<div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div>
<div class="vertical"></div>
</div>
</div>
</div>
<div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">A. No. Foxie's Future is an independently registered charity, a charitable incorporated organisation, with RCN: 1204342.</p></div>
</div>
</div>
</li>
<li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Q. I work in media or news, how do I contact Foxie's Future to find out more?</h3>
</div>
<div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div>
<div class="vertical"></div>
</div>
</div>
</div>
<div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">A. Please contact us by email in the first instance at: [email protected] and we will get back to you as soon as possible.</p></div>
</div>
</div>
</li>
<li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Q. I have a question that isn't answered above, how do I find out the answer?</h3>
</div>
<div class="arrow-wrapper"> <div class="arrow"> <div class="horizontal"></div>
<div class="vertical"></div>
</div>
</div>
</div>
<div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">A. Please contact us at: [email protected] and ask us your question! We'd love to hear from you and will come back to you as soon as possible.</p></div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sticky-widgets-container-global" id="1299538952"></div>
<div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="dmRespRow u_1632155419" style="text-align: center;" id="1632155419"> <div class="dmRespColsWrapper" id="1253858808"> <div class="u_1063824722 dmRespCol small-12 medium-12 large-12" id="1063824722"> <div class="u_1242070316 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1242070316" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="22" data-widget-config="eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkFsbCBSaWdodHMgUmVzZXJ2ZWQgfCBGb3hpZSYjeDI3O3MgRnV0dXJlIENJTyAoUmVnaXN0ZXJlZCBDaGFyaXR5IE51bWJlcjogMTIwNDM0Mik8L3A+In0=" data-widget-initialized=""> <div class="copyright"> <div>© 2024 </div>
<div><p class="rteBlock">All Rights Reserved | Foxie's Future CIO (Registered Charity Number: 1204342)</p></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="d-notification-bar" data-rule-type="notification" data-visible="true"> <div> <p class="rteBlock">We use cookies to ensure that we give you the best experience on our website. You can view our Privacy Policy and how we use cookies and your Personal Data at: www.foxiesfuture.co.uk/privacy</p>
</div>
<div class="notification-dismiss" aria-label="Dismiss notification">×</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://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)">
<!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
<link rel="stylesheet" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/4938/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" type="text/css">
<!-- End of RT CSS Include -->
<link rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/1a440771eb7b80f3109dc24b7288825d.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" type="text/css">
<!-- 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="stylesheet" href="https://irp.cdn-website.com/fb3ddc68/files/fb3ddc68_withFlex_1.min.css?v=135" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" type="text/css">
<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="stylesheet" href="https://irp.cdn-website.com/fb3ddc68/files/fb3ddc68_home_withFlex_1.min.css?v=135" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" type="text/css">
<style id="pagestyle" type="text/css">
</style>
<style id="pagestyleDevice" type="text/css">
</style>
<!-- Flex Sections CSS -->
<style id="globalFontSizeStyle" type="text/css">
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>
<!-- ========= JS Section ========= -->
<script>
var isWLR = true;
window.customWidgetsFunctions = {};
window.customWidgetsStrings = {};
window.collections = {};
window.currentLanguage = "ENGLISH_UK"
window.isSitePreview = false;
</script>
<script>
window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~22"] = function (element, data, api) {
null
};
</script>
<script>
window.customWidgetsFunctions["128151275e4145de9c457a6ae729489e~114"] = function (element, data, api) {
///There is a problem with changing the width, because widget resizing is off.
element.style.setProperty('width', data.config.width + 'px', 'important');
};
</script>
<script>
window.customWidgetsFunctions["832a29738c2b44fdb4e63369b1bf458a~81"] = function (element, data, api) {
$(element).find('[data-first-expanded="true"]').attr('data-first-expanded', 'false').find('.accordion-item').eq(0).addClass('expanded');
$(element).off('click.toggle').on('click.toggle', '.accordion-title', function(){
if(data.config.collapseOthers){
$(this).parents('.accordion-item').siblings().removeClass('expanded');
// $(element).find('.accordion-item').not(this).removeClass('expanded');
}
$(this).parents('.accordion-item').toggleClass('expanded');
});
};
</script>
<script type="text/javascript">
var d_version = "production_4938";
var build = "2024-11-19T07_52_51";
window['v' + 'ersion'] = d_version;
function buildEditorParent() {
window.isMultiScreen = true;
window.editorParent = {};
window.previewParent = {};
window.assetsCacheQueryParam = "?version=2024-11-19T07_52_51";
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>
var _jquery = window.$;
var jqueryAliases = ['$', 'jquery', 'jQuery'];
jqueryAliases.forEach((alias) => {
Object.defineProperty(window, alias, {
get() {
return _jquery;
},
set() {
console.warn("Trying to over-write the global jquery object!");
}
});
});
window.jQuery.migrateMute = true;
</script>
<script>
window.cookiesNotificationMarkupPreview = ' <div> <p class=\"rteBlock\">We use cookies to ensure that we give you the best experience on our website. You can view our Privacy Policy and how we use cookies and your Personal Data at: www.foxiesfuture.co.uk\/privacy<\/p> \n<\/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/4938';
rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4938';
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/4938/_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/4938/_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 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 = [];
</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: 'fb3ddc68'
});
// 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_GB"></div>
<!-- Alias: fb3ddc68 -->
<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 -->
</body></html>