Lead #1517
Best Contact
—
Email
()
Override
Captured Pages
http://blueheartclinics.co.uk/staff
Status: 404
Emails:
View text
http://blueheartclinics.co.uk/our-team
Status: 404
Emails:
View text
http://blueheartclinics.co.uk/meet-the-team
Status: 404
Emails:
View text
http://blueheartclinics.co.uk/team
Status: 200
Emails:
View text
Skip to content Incorporating Physio Assured | Call us on 0800 0931 899 Menu Home Meet our team Services Locations Testimonials FAQs Contact Meet the Team AllAcupunctureAestheticsAylesburyBeauty TherapyChiropracticDaventryDunstableHearing TestsHemel HempsteadHornchurchHypnotherapyMilton KeynesNorthamptonNutritional TherapyOsteopathyPhysiotherapyPodiatrySports MassageAll Acupuncture Aesthetics Aylesbury Beauty Therapy Chiropractic Daventry Dunstable Hearing Tests Hemel Hempstead Hornchurch Hypnotherapy Milton Keynes Northampton Nutritional Therapy Osteopathy Physiotherapy Podiatry Sports Massage AlinaAnnaAnthonyDeanDellJamesJaneJaniceJuliaKatrinaKristinaMariaRaman KaurSoumyaTraceyVikasZeenia © 2025 Blue Heart Clinics | Site by Sussex Web Studio Home Meet our team Services Locations Testimonials FAQs Contact Close {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/generatepress_child\/*","\/wp-content\/themes\/generatepress\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} !function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("pointerdown",(function(){e.classList.add("using-mouse")}),{passive:!0}),e.addEventListener("keydown",(function(){e.classList.remove("using-mouse")}),{passive:!0})}}(); var offSide = {"side":"left"}; var generatepressMenu = {"toggleOpenedSubMenus":true,"openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; var generatepressBackToTop = {"smooth":true};
http://blueheartclinics.co.uk/about
Status: 404
Emails:
View text
http://blueheartclinics.co.uk/contact
Status: 200
Emails:
View text
Skip to content Incorporating Physio Assured | Call us on 0800 0931 899 Menu Home Meet our team Services Locations Testimonials FAQs Contact Contact Name(Required) Firstname Lastname Phone(Required)Email(Required) Preferred Clinic(s) Aylesbury Buckingham Daventry Dunstable Ealing Hemel Hempstead Hornchurch Milton Keynes Northampton Comment or Message(Required)CAPTCHA gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://www.blueheartclinics.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://www.blueheartclinics.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); Call us on 0800 0931 899 © 2025 Blue Heart Clinics | Site by Sussex Web Studio Home Meet our team Services Locations Testimonials FAQs Contact Close {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/generatepress_child\/*","\/wp-content\/themes\/generatepress\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} !function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("pointerdown",(function(){e.classList.add("using-mouse")}),{passive:!0}),e.addEventListener("keydown",(function(){e.classList.remove("using-mouse")}),{passive:!0})}}(); var offSide = {"side":"left"}; var generatepressMenu = {"toggleOpenedSubMenus":true,"openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; var generatepressBackToTop = {"smooth":true}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"9590b5b633daa7ea59c99241a64c635c"}}},"hmr_dev":"","public_path":"https:\/\/www.blueheartclinics.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"}; gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );
https://blueheartclinics.co.uk/contact
Status: 200
Emails:
View text
Skip to content Incorporating Physio Assured | Call us on 0800 0931 899 Menu Home Meet our team Services Locations Testimonials FAQs Contact Contact Name(Required) Firstname Lastname Phone(Required)Email(Required) Preferred Clinic(s) Aylesbury Buckingham Daventry Dunstable Ealing Hemel Hempstead Hornchurch Milton Keynes Northampton Comment or Message(Required)CAPTCHA gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://www.blueheartclinics.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://www.blueheartclinics.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); Call us on 0800 0931 899 © 2025 Blue Heart Clinics | Site by Sussex Web Studio Home Meet our team Services Locations Testimonials FAQs Contact Close {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/generatepress_child\/*","\/wp-content\/themes\/generatepress\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} !function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("pointerdown",(function(){e.classList.add("using-mouse")}),{passive:!0}),e.addEventListener("keydown",(function(){e.classList.remove("using-mouse")}),{passive:!0})}}(); var offSide = {"side":"left"}; var generatepressMenu = {"toggleOpenedSubMenus":true,"openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; var generatepressBackToTop = {"smooth":true}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"9590b5b633daa7ea59c99241a64c635c"}}},"hmr_dev":"","public_path":"https:\/\/www.blueheartclinics.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"}; gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );
https://blueheartclinics.co.uk/team
Status: 200
Emails:
View text
Skip to content Incorporating Physio Assured | Call us on 0800 0931 899 Menu Home Meet our team Services Locations Testimonials FAQs Contact Meet the Team AllAcupunctureAestheticsAylesburyBeauty TherapyChiropracticDaventryDunstableHearing TestsHemel HempsteadHornchurchHypnotherapyMilton KeynesNorthamptonNutritional TherapyOsteopathyPhysiotherapyPodiatrySports MassageAll Acupuncture Aesthetics Aylesbury Beauty Therapy Chiropractic Daventry Dunstable Hearing Tests Hemel Hempstead Hornchurch Hypnotherapy Milton Keynes Northampton Nutritional Therapy Osteopathy Physiotherapy Podiatry Sports Massage AlinaAnnaAnthonyDeanDellJamesJaneJaniceJuliaKatrinaKristinaMariaRaman KaurSoumyaTraceyVikasZeenia © 2025 Blue Heart Clinics | Site by Sussex Web Studio Home Meet our team Services Locations Testimonials FAQs Contact Close {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/generatepress_child\/*","\/wp-content\/themes\/generatepress\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} !function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("pointerdown",(function(){e.classList.add("using-mouse")}),{passive:!0}),e.addEventListener("keydown",(function(){e.classList.remove("using-mouse")}),{passive:!0})}}(); var offSide = {"side":"left"}; var generatepressMenu = {"toggleOpenedSubMenus":true,"openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; var generatepressBackToTop = {"smooth":true};
http://blueheartclinics.co.uk/
Status: 200
Emails:
View text
Skip to content Incorporating Physio Assured | Call us on 0800 0931 899 Menu Home Meet our team Services Locations Testimonials FAQs Contact Blue Heart Clinics Meet our team Our Healthcare professionals are all fully registered with their governing body. They are all highly qualified and prepared to deliver the best and adequate treatment that you deserve. Read more Services Check out all healthcare/beauty services we provide. All details are provided in the service description and our team is more than happy to clarify any query you might have. Read more Testimonials All our patients are asked to provide feedback on their experience with us for our testimonial page. Read more Contact us Feel free to give us a call at any time, or alternatively you can drop us an email using our contact form Get in touch Established in 2010 from humble beginnings at one clinic location with one therapist, we have grown slowly but surely to make sure that we have the most exceptional team we can possibly offer to cater for all your health requirements. At Blue Heart Clinics we offer a wide range of services to meet your needs from Physiotherapy, Acupuncture, Massage, Kinesiology, Psychotherapy, Bereavement Counselling and much more. We are constantly growing and looking for not good, but amazing therapists who we feel are talented enough to join our ever-growing team. We are a team of highly qualified and experienced therapists, who truly care for our patients. At Blue Heart Clinics we are extremely passionate about achieving your goals together. Yes, our team are highly qualified and experienced, but what does that mean? It means you will be choosing the right company, linking you to a therapist you can really trust and who knows how to treat you as quickly as possible. To put things simply, we are your one stop clinic for all your health requirements. Benefits of choosing Blue Heart Clinics We have award winning clinical locations at Aylesbury, Buckingham, Daventry, Dunstable, Hemel Hempstead, Hornchurch, Milton Keynes, and Northampton. We also offer some services that can be performed in the comfort and privacy of your own home (dependent on location, modality and extra charges apply). Our physiotherapists are accredited by the Health & Care Professions Council and are full members of the Chartered Society of Physiotherapy, and enhanced DBS checked. We also accept patients with private medical health cover for AXA Health, Aviva, Simply Health, Pru Health, WPL, HCML and Ascenti Vitality. Our team have an unmatched reputation for the way they diagnose and manage the likes of back pain and sports injury. We offer a very hands-on approach making sure we do what you are not able to do at home. We refuse to be beaten on the Quality of care. Whatever your age, choice of lifestyle or even sporting activity, we take great pride in delivering the best care to you. © 2025 Blue Heart Clinics | Site by Sussex Web Studio Home Meet our team Services Locations Testimonials FAQs Contact Close {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/generatepress_child\/*","\/wp-content\/themes\/generatepress\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} !function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("pointerdown",(function(){e.classList.add("using-mouse")}),{passive:!0}),e.addEventListener("keydown",(function(){e.classList.remove("using-mouse")}),{passive:!0})}}(); var offSide = {"side":"left"}; var generatepressMenu = {"toggleOpenedSubMenus":true,"openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"}; var generatepressBackToTop = {"smooth":true};