Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - metuf.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 05:44:55 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 64
Connection: keep-alive
Location: https://condorperformance.com
Server: ip-100-74-4-87.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: 26e9a413-3e00-4b0c-8e8c-d082256cda81

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://condorperformance.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 05:44:55 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
access-control-allow-headers: Content-Type, Authorization
access-control-allow-headers: Content-Type, Authorization
access-control-allow-methods: GET,POST
access-control-allow-methods: GET,POST
content-security-policy: upgrade-insecure-requests;
content-security-policy: upgrade-insecure-requests;
cross-origin-embedder-policy: unsafe-none; report-to='default'
cross-origin-embedder-policy: unsafe-none; report-to='default'
cross-origin-embedder-policy-report-only: unsafe-none; report-to='default'
cross-origin-embedder-policy-report-only: unsafe-none; report-to='default'
cross-origin-opener-policy: unsafe-none
cross-origin-opener-policy: unsafe-none
cross-origin-opener-policy-report-only: unsafe-none; report-to='default'
cross-origin-opener-policy-report-only: unsafe-none; report-to='default'
cross-origin-resource-policy: cross-origin
cross-origin-resource-policy: cross-origin
permissions-policy: accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(), display-capture=(self), encrypted-media=(), fullscreen=*, geolocation=(self), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=*, picture-in-picture=*, publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=*, usb=(), xr-spatial-tracking=(), gamepad=(), serial=()
permissions-policy: accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(), display-capture=(self), encrypted-media=(), fullscreen=*, geolocation=(self), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=*, picture-in-picture=*, publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=*, usb=(), xr-spatial-tracking=(), gamepad=(), serial=()
referrer-policy: strict-origin-when-cross-origin
referrer-policy: strict-origin-when-cross-origin
strict-transport-security: max-age=63072000
strict-transport-security: max-age=63072000
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding, User-Agent
x-cache: cached
x-cache-hit: HIT
x-cacheable: YES:Forced
x-cacheproxy-retries: 0/2
x-content-security-policy: default-src 'self'; img-src *; media-src * data:;
x-content-security-policy: default-src 'self'; img-src *; media-src * data:;
x-content-type-options: nosniff
x-content-type-options: nosniff
x-fawn-proc-count: 1,3,24
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-permitted-cross-domain-policies: none
x-php-version: 8.0
x-xss-protection: 1; mode=block
x-backend: varnish_ssl
Last-Modified: Sat, 10 May 2025 02:17:31 GMT
CF-Cache-Status: HIT
Expires: Tue, 10 Jun 2025 05:44:55 GMT
Cache-Control: public, max-age=2678400
Server: cloudflare
CF-RAY: 93d720a2c8e5d957-HEL
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: metuf.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-AU" class="no-js">
<head> <script>
var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
</script>

	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="profile" href="https://gmpg.org/xfn/11">
		<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<meta name='robots' content='index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
	<!-- This site is optimized with the Yoast SEO plugin v25.0 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Sport Psychologists and Performance Psychologists</title>
	<meta name="description" content="We are a team of performance psychologists and sport psychologists who have been providing Sport Psychology Services since 2005." />
	<link rel="canonical" href="https://condorperformance.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Sport Psychologists and Performance Psychologists" />
	<meta property="og:description" content="We are a team of performance psychologists and sport psychologists who have been providing Sport Psychology Services since 2005." />
	<meta property="og:url" content="https://condorperformance.com/" />
	<meta property="og:site_name" content="Condor Performance" />
	<meta property="article:publisher" content="https://www.facebook.com/condorperformance" />
	<meta property="article:modified_time" content="2023-10-20T04:21:21+00:00" />
	<meta property="og:image" content="https://condorperformance.com/wp-content/uploads/2023/10/website_Oct23.png" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@CPsportspsychs" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://condorperformance.com/","url":"https://condorperformance.com/","name":"Sport Psychologists and Performance Psychologists","isPartOf":{"@id":"https://condorperformance.com/#website"},"about":{"@id":"https://condorperformance.com/#organization"},"primaryImageOfPage":{"@id":"https://condorperformance.com/#primaryimage"},"image":{"@id":"https://condorperformance.com/#primaryimage"},"thumbnailUrl":"https://condorperformance.com/wp-content/uploads/2023/10/website_Oct23.png","datePublished":"2023-10-20T04:20:56+00:00","dateModified":"2023-10-20T04:21:21+00:00","description":"We are a team of performance psychologists and sport psychologists who have been providing Sport Psychology Services since 2005.","breadcrumb":{"@id":"https://condorperformance.com/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https://condorperformance.com/"]}]},{"@type":"ImageObject","inLanguage":"en-AU","@id":"https://condorperformance.com/#primaryimage","url":"https://condorperformance.com/wp-content/uploads/2023/10/website_Oct23.png","contentUrl":"https://condorperformance.com/wp-content/uploads/2023/10/website_Oct23.png","width":680,"height":454},{"@type":"BreadcrumbList","@id":"https://condorperformance.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://condorperformance.com/#website","url":"https://condorperformance.com/","name":"Condor Performance","description":"Sport Psychologists - Applied and International Since 2005","publisher":{"@id":"https://condorperformance.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://condorperformance.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https://condorperformance.com/#organization","name":"Condor Performance","url":"https://condorperformance.com/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https://condorperformance.com/#/schema/logo/image/","url":"https://condorperformance.com/wp-content/uploads/2019/03/logowordpress.jpg","contentUrl":"https://condorperformance.com/wp-content/uploads/2019/03/logowordpress.jpg","width":300,"height":140,"caption":"Condor Performance"},"image":{"@id":"https://condorperformance.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/condorperformance","https://x.com/CPsportspsychs","https://www.linkedin.com/in/garethjmole/","https://www.youtube.com/channel/UCB02VORnFQM-t_8dQohzjtw"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<meta name="dc.title" content="Condor Performance">
<meta name="dc.description" content="Sport Psychologists - Applied and International Since 2005">
<meta name="dc.relation" content="https://condorperformance.com/">
<meta name="dc.source" content="https://condorperformance.com/">
<meta name="dc.language" content="en_AU">
<meta name="description" content="Sport Psychologists - Applied and International Since 2005">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://condorperformance.com/">
<script id="website-schema" type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"WebSite","name":"Condor Performance","alternateName":"Condor Performance","description":"Sport Psychologists - Applied and International Since 2005","url":"https:\/\/condorperformance.com"}</script>
<meta property="og:url" content="https://condorperformance.com/">
<meta property="og:site_name" content="Condor Performance">
<meta property="og:locale" content="en_AU">
<meta property="og:type" content="website">
<meta property="og:title" content="Condor Performance">
<meta property="og:description" content="Sport Psychologists - Applied and International Since 2005">
<meta property="og:image" content="https://condorperformance.com/wp-content/uploads/2016/04/cropped-LogoNew-no-bg-1.png">
<meta property="og:image:secure_url" content="https://condorperformance.com/wp-content/uploads/2016/04/cropped-LogoNew-no-bg-1.png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@CP_sport_psychs">
<meta name="twitter:title" content="Condor Performance">
<meta name="twitter:description" content="Sport Psychologists - Applied and International Since 2005">
<link rel="alternate" type="application/rss+xml" title="Condor Performance &raquo; Feed" href="https://condorperformance.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Condor Performance &raquo; Comments Feed" href="https://condorperformance.com/comments/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v9.5.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-HW45J7N45V"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '9.5.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/condorperformance.com\/"};
				if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-HW45J7N45V',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-HW45J7N45V', {"forceSSL":"true"} );
															window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
		<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/condorperformance.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://condorperformance.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2' media='all' />
<style id='wp-block-library-theme-inline-css'>
.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
</style>
<style id='wpseopress-local-business-style-inline-css'>
span.wp-block-wpseopress-local-business-field{margin-right:8px}

</style>
<style id='wpseopress-table-of-contents-style-inline-css'>
.wp-block-wpseopress-table-of-contents li.active>a{font-weight:bold}

</style>
<link rel='stylesheet' id='font-awesome-css' href='https://condorperformance.com/wp-content/plugins/contact-widgets/assets/css/font-awesome.min.css?ver=4.7.0' media='all' />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-gray: #1a1a1a;--wp--preset--color--medium-gray: #686868;--wp--preset--color--light-gray: #e5e5e5;--wp--preset--color--blue-gray: #4d545c;--wp--preset--color--bright-blue: #007acc;--wp--preset--color--light-blue: #9adffd;--wp--preset--color--dark-brown: #402b30;--wp--preset--color--medium-brown: #774e24;--wp--preset--color--dark-red: #640c1f;--wp--preset--color--bright-red: #ff675f;--wp--preset--color--yellow: #ffef8e;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='avatar-manager-css' href='https://condorperformance.com/wp-content/plugins/avatar-manager/assets/css/avatar-manager.min.css?ver=1.2.1' media='all' />
<link rel='stylesheet' id='powertip-css' href='https://condorperformance.com/wp-content/plugins/devvn-image-hotspot/frontend/css/jquery.powertip.min.css?ver=1.2.0' media='all' />
<link rel='stylesheet' id='maps-points-css' href='https://condorperformance.com/wp-content/plugins/devvn-image-hotspot/frontend/css/maps_points.css?ver=1.2.8' media='all' />
<link rel='stylesheet' id='wp-components-css' href='https://condorperformance.com/wp-includes/css/dist/components/style.min.css?ver=6.7.2' media='all' />
<link rel='stylesheet' id='godaddy-styles-css' href='https://condorperformance.com/wp-content/mu-plugins/vendor/wpex/godaddy-launch/includes/Dependencies/GoDaddy/Styles/build/latest.css?ver=2.0.2' media='all' />
<link rel='stylesheet' id='twentysixteen-fonts-css' href='https://condorperformance.com/wp-content/themes/twentysixteen/fonts/merriweather-plus-montserrat-plus-inconsolata.css?ver=20230328' media='all' />
<link rel='stylesheet' id='genericons-css' href='https://condorperformance.com/wp-content/themes/twentysixteen/genericons/genericons.css?ver=20201208' media='all' />
<link rel='stylesheet' id='twentysixteen-style-css' href='https://condorperformance.com/wp-content/themes/twentysixteen/style.css?ver=20250415' media='all' />
<style id='twentysixteen-style-inline-css'>

		/* Custom Link Color */
		.menu-toggle:hover,
		.menu-toggle:focus,
		a,
		.main-navigation a:hover,
		.main-navigation a:focus,
		.dropdown-toggle:hover,
		.dropdown-toggle:focus,
		.social-navigation a:hover:before,
		.social-navigation a:focus:before,
		.post-navigation a:hover .post-title,
		.post-navigation a:focus .post-title,
		.tagcloud a:hover,
		.tagcloud a:focus,
		.site-branding .site-title a:hover,
		.site-branding .site-title a:focus,
		.entry-title a:hover,
		.entry-title a:focus,
		.entry-footer a:hover,
		.entry-footer a:focus,
		.comment-metadata a:hover,
		.comment-metadata a:focus,
		.pingback .comment-edit-link:hover,
		.pingback .comment-edit-link:focus,
		.comment-reply-link,
		.comment-reply-link:hover,
		.comment-reply-link:focus,
		.required,
		.site-info a:hover,
		.site-info a:focus {
			color: #dd3333;
		}

		mark,
		ins,
		button:hover,
		button:focus,
		input[type="button"]:hover,
		input[type="button"]:focus,
		input[type="reset"]:hover,
		input[type="reset"]:focus,
		input[type="submit"]:hover,
		input[type="submit"]:focus,
		.pagination .prev:hover,
		.pagination .prev:focus,
		.pagination .next:hover,
		.pagination .next:focus,
		.widget_calendar tbody a,
		.page-links a:hover,
		.page-links a:focus {
			background-color: #dd3333;
		}

		input[type="date"]:focus,
		input[type="time"]:focus,
		input[type="datetime-local"]:focus,
		input[type="week"]:focus,
		input[type="month"]:focus,
		input[type="text"]:focus,
		input[type="email"]:focus,
		input[type="url"]:focus,
		input[type="password"]:focus,
		input[type="search"]:focus,
		input[type="tel"]:focus,
		input[type="number"]:focus,
		textarea:focus,
		.tagcloud a:hover,
		.tagcloud a:focus,
		.menu-toggle:hover,
		.menu-toggle:focus {
			border-color: #dd3333;
		}

		@media screen and (min-width: 56.875em) {
			.main-navigation li:hover > a,
			.main-navigation li.focus > a {
				color: #dd3333;
			}
		}
	
</style>
<link rel='stylesheet' id='twentysixteen-block-style-css' href='https://condorperformance.com/wp-content/themes/twentysixteen/css/blocks.css?ver=20240817' media='all' />
<!--[if lt IE 10]>
<link rel='stylesheet' id='twentysixteen-ie-css' href='https://condorperformance.com/wp-content/themes/twentysixteen/css/ie.css?ver=20170530' media='all' />
<![endif]-->
<!--[if lt IE 9]>
<link rel='stylesheet' id='twentysixteen-ie8-css' href='https://condorperformance.com/wp-content/themes/twentysixteen/css/ie8.css?ver=20170530' media='all' />
<![endif]-->
<!--[if lt IE 8]>
<link rel='stylesheet' id='twentysixteen-ie7-css' href='https://condorperformance.com/wp-content/themes/twentysixteen/css/ie7.css?ver=20170530' media='all' />
<![endif]-->
<link rel='stylesheet' id='wpcw-css' href='https://condorperformance.com/wp-content/plugins/contact-widgets/assets/css/style.min.css?ver=1.0.1' media='all' />
<link rel='stylesheet' id='yop-public-css' href='https://condorperformance.com/wp-content/plugins/yop-poll-pro/public/assets/css/yop-poll-public-6.5.32.css?ver=6.7.2' media='all' />
<script src="https://condorperformance.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=9.5.2" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/condorperformance.com","hash_tracking":"false","v4_id":"G-HW45J7N45V"};</script>
<script src="https://condorperformance.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://condorperformance.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="https://condorperformance.com/wp-content/plugins/avatar-manager/assets/js/avatar-manager.min.js?ver=1.2.1" id="avatar-manager-js"></script>
<!--[if lt IE 9]>
<script src="https://condorperformance.com/wp-content/themes/twentysixteen/js/html5.js?ver=3.7.3" id="twentysixteen-html5-js"></script>
<![endif]-->
<script id="twentysixteen-script-js-extra">
var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"};
</script>
<script src="https://condorperformance.com/wp-content/themes/twentysixteen/js/functions.js?ver=20230629" id="twentysixteen-script-js" defer data-wp-strategy="defer"></script>
<link rel="https://api.w.org/" href="https://condorperformance.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://condorperformance.com/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://condorperformance.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.7.2" />
<link rel='shortlink' href='https://condorperformance.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://condorperformance.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcondorperformance.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://condorperformance.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcondorperformance.com%2F&#038;format=xml" />
<meta name="google-site-verification" content="lifYYlQQDuR4o7NLMJlK7ONJ6lOU3zmSqOWHBiyN-tg" />
<meta name="google-site-verification" content="YngFsxQeEdi6rnzIDS0khn0fncp9LGJa9JZ_ADu1LnU" />

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HW45J7N45V"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-HW45J7N45V');
</script>		<style type="text/css" id="twentysixteen-header-css">
		.site-branding {
			margin: 0 auto 0 0;
		}

		.site-branding .site-title,
		.site-description {
			clip-path: inset(50%);
			position: absolute;
		}
		</style>
		<style id="custom-background-css">
body.custom-background { background-color: #878787; }
</style>
	<link rel="icon" href="https://condorperformance.com/wp-content/uploads/2016/04/cropped-LogoNew-no-bg-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://condorperformance.com/wp-content/uploads/2016/04/cropped-LogoNew-no-bg-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://condorperformance.com/wp-content/uploads/2016/04/cropped-LogoNew-no-bg-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://condorperformance.com/wp-content/uploads/2016/04/cropped-LogoNew-no-bg-1-270x270.png" />
		<style id="wp-custom-css">
			.wp-block-table td {
    font-size: 70%;
}		</style>
		</head>

<body class="home page-template-default page page-id-2 custom-background wp-custom-logo wp-embed-responsive group-blog">
<div id="page" class="site">
	<div class="site-inner">
		<a class="skip-link screen-reader-text" href="#content">
			Skip to content		</a>

		<header id="masthead" class="site-header">
			<div class="site-header-main">
				<div class="site-branding">
					<a href="https://condorperformance.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="240" height="107" src="https://condorperformance.com/wp-content/uploads/2019/03/cropped-Condor-Performance-Logo-2.png" class="custom-logo" alt="Condor Performance" decoding="async" /></a>																<p class="site-title"><a href="https://condorperformance.com/" rel="home" aria-current="page">Condor Performance</a></p>
												<p class="site-description">Sport Psychologists &#8211; Applied and International Since 2005</p>
									</div><!-- .site-branding -->

									<button id="menu-toggle" class="menu-toggle">Menu</button>

					<div id="site-header-menu" class="site-header-menu">
													<nav id="site-navigation" class="main-navigation" aria-label="Primary Menu">
								<div class="menu-primary-menu-container"><ul id="menu-primary-menu" class="primary-menu"><li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-18"><a href="https://condorperformance.com/" aria-current="page">About Us</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://condorperformance.com/contact-us/">Contact Condor Performance</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-16"><a href="https://condorperformance.com/mental-toughness-questionnaires/">Measure Your Mental Toughness</a>
<ul class="sub-menu">
	<li id="menu-item-3614" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3614"><a href="https://condorperformance.com/mental-toughness-questionnaires/athletes/">For Athletes (MTQ-A)</a></li>
	<li id="menu-item-3613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3613"><a href="https://condorperformance.com/mental-toughness-questionnaires/coaches/">For Coaches (MTQ-C)</a></li>
	<li id="menu-item-3612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3612"><a href="https://condorperformance.com/mental-toughness-questionnaires/officials/">For Officials (MTQ-O)</a></li>
	<li id="menu-item-3611" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3611"><a href="https://condorperformance.com/mental-toughness-questionnaires/performers/">For Performers (MTQ-P)</a></li>
</ul>
</li>
<li id="menu-item-3874" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3874"><a href="https://condorperformance.com/answers/">Frequently Asked Questions</a>
<ul class="sub-menu">
	<li id="menu-item-3880" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3880"><a href="https://condorperformance.com/answers/what-do-sport-psychologists-do/">What Do Sport Psychologists Do?</a></li>
	<li id="menu-item-3881" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3881"><a href="https://condorperformance.com/answers/sport-psychology-services-near-me/">What Sport Psychology Services Do You Offer?</a></li>
	<li id="menu-item-3879" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3879"><a href="https://condorperformance.com/answers/why-see-a-sport-psychologist/">Why See A Sport / Performance Psychologist?</a></li>
	<li id="menu-item-3877" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3877"><a href="https://condorperformance.com/answers/qualifications-sport-psychologist/">What Qualifications Do Your Psychologists Have?</a></li>
	<li id="menu-item-3876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3876"><a href="https://condorperformance.com/answers/best-sport-psychologist/">Which Psychologist Would I Work With?</a></li>
	<li id="menu-item-3878" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3878"><a href="https://condorperformance.com/answers/performance-psychology-sessions/">What Happens During Sessions?</a></li>
</ul>
</li>
<li id="menu-item-15" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-15"><a href="https://condorperformance.com/performance-psychologists/">Meet Our Team of Psychologists</a>
<ul class="sub-menu">
	<li id="menu-item-4972" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4972"><a href="https://condorperformance.com/performance-psychologist-brian-langsworth/">BRIAN LANGSWORTH</a></li>
	<li id="menu-item-6063" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6063"><a href="https://condorperformance.com/sport-psychologist-charlotte-chalmers/">CHARLOTTE CHALMERS</a></li>
	<li id="menu-item-8126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8126"><a href="https://condorperformance.com/performance-psychologist-chris-pomfret/">CHRIS POMFRET</a></li>
	<li id="menu-item-7058" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7058"><a href="https://condorperformance.com/darren-godwin/">DARREN GODWIN</a></li>
	<li id="menu-item-321" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-321"><a href="https://condorperformance.com/performance-psychologist-david-barracosa/">DAVID BARRACOSA</a></li>
	<li id="menu-item-319" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-319"><a href="https://condorperformance.com/sport-psychologist-gareth-mole/">GARETH J. MOLE</a></li>
	<li id="menu-item-6807" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6807"><a href="https://condorperformance.com/sport-psychologist-harley-de-vos/">HARLEY DE VOS</a></li>
	<li id="menu-item-4566" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4566"><a href="https://condorperformance.com/sport-psychologist-james-kneller/">JAMES KNELLER</a></li>
	<li id="menu-item-7890" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7890"><a href="https://condorperformance.com/lauren-bischoff/">LAUREN BISCHOFF</a></li>
	<li id="menu-item-6481" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6481"><a href="https://condorperformance.com/madalyn-incognito/">MADALYN INCOGNITO</a></li>
	<li id="menu-item-4984" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4984"><a href="https://condorperformance.com/sport-psychologist-michelle-pain/">MICHELLE PAIN</a></li>
</ul>
</li>
<li id="menu-item-4187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4187"><a href="https://condorperformance.com/mental-toughness-sports-performance/">Our Blog: Mental Toughness Digest</a></li>
<li id="menu-item-8162" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8162"><a href="https://condorperformance.com/sports/">Sport-Specific ‘Sport Psychology’</a></li>
<li id="menu-item-6299" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6299"><a href="https://condorperformance.com/sport-psychology-or-sports-psychology/">VOTE NOW: Sport Psychology or Sports Psychology?</a></li>
<li id="menu-item-5672" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5672"><a href="https://condorperformance.com/psychologist-jobs/">Vacancies / Jobs</a></li>
</ul></div>							</nav><!-- .main-navigation -->
						
											</div><!-- .site-header-menu -->
							</div><!-- .site-header-main -->

					</header><!-- .site-header -->

		<div id="content" class="site-content">

<div id="primary" class="content-area">
	<main id="main" class="site-main">
		
<article id="post-2" class="post-2 page type-page status-publish hentry">
	<header class="entry-header">
		<h1 class="entry-title">Sport Psychologists and Performance Psychologists</h1>	</header><!-- .entry-header -->

	
	<div class="entry-content">
		
<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Condor Performance Intro Video [70 Seconds]" src="https://player.vimeo.com/video/305873641?dnt=1&amp;app_id=122963" width="840" height="473" frameborder="0" allow="autoplay; fullscreen; picture-in-picture"></iframe>
</div><figcaption class="wp-element-caption">A 70-second summary of what we do &#8230;</figcaption></figure>



<p class="has-text-align-center has-yellow-background-color has-background" style="font-size:15px"><strong>Condor Performance</strong> is a handpicked team of Performance Psychologists and Sport Psychologists. We&#8217;ve been providing <strong>Sport Psychology Services</strong> and tailored <strong>Mental Toughness Training</strong> since 2005. We work mainly with athletes, coaches, sports teams, sporting officials, and non-sporting performers. </p>



<h2 class="wp-block-heading"><span style="color: #800000;"><strong>What We Do &#8230;</strong></span></h2>



<p>Sport Psychologists and Performance Psychologists can assist with mental health challenges (clinical work) AND <strong>mental toughness training</strong> (performance work). We&#8217;re most known for helping with the following:</p>



<ul class="wp-block-list">
<li>Sport/Performance Motivation</li>



<li>Sport/Performance Confidence</li>



<li>Managing Emotions and/or Performance Anxiety</li>



<li>Performing Under Pressure</li>



<li>Focus/concentration/attention</li>



<li>Team Cohesion/Unity</li>



<li>Mental toughness/resilience</li>



<li>Visualisation/Mental Rehearsal </li>



<li>Performance Routines</li>



<li>Decision-making/tactics</li>
</ul>



<h2 class="wp-block-heading"><span style="color: #800000;"><strong>A&nbsp;Very&nbsp;Brief&nbsp;Introduction&nbsp;&#8230;</strong></span></h2>



<ul class="wp-block-list">
<li>We are a growing team of highly qualified and experienced <a href="https://condorperformance.com/performance-psychologists/">sport psychologists and performance psychologists</a>.</li>



<li>Most of our work is via webcam or videoconference technologies such as Zoom, Skype, FaceTime, Google Meet and Microsoft Teams.</li>



<li>Although we are all based in <strong><a aria-label="Australia (opens in a new tab)" href="https://www.ahpra.gov.au/" target="_blank" rel="noreferrer noopener">Australia</a>,</strong> most of our performance psychology clients live in other parts of the English-speaking world.</li>



<li>See our <a href="https://condorperformance.com/answers/">FAQs page</a> for in-depth answers to Frequently Asked Questions (such as &#8216;What does a sports psychologist do?&#8217;).</li>
</ul>



<h2 class="wp-block-heading"><span style="color: #800000;"><strong>Sounds&nbsp;Great!&nbsp;What&nbsp;Next?</strong></span></h2>



<ul class="wp-block-list">
<li>The best way to get in touch is by completing one of our four <strong><a href="https://condorperformance.com/mental-toughness-questionnaires/">Mental Toughness Questionnaires.</a> </strong>Once submitted, you&#8217;ll be contacted by a team member with a summary of your results. This will give you and us a snapshot of your current mental strengths and weaknesses. After getting your results, you&#8217;ll be asked if you&#8217;d like to receive detailed information (costs, etc.) about Sport Psychology Services.</li>
</ul>



<ul class="wp-block-list">
<li>If you&#8217;d like to speak to one of our team over the phone, complete the <strong>REQUEST A CALL BACK</strong> form and one of us will drop you a line within 48 hours.</li>
</ul>



<hr class="wp-block-separator has-css-opacity"/>


<div class="wp-block-image is-resized">
<figure class="aligncenter size-full"><img fetchpriority="high" decoding="async" width="680" height="454" src="https://condorperformance.com/wp-content/uploads/2023/10/website_Oct23.png" alt="" class="wp-image-8147" srcset="https://condorperformance.com/wp-content/uploads/2023/10/website_Oct23.png 680w, https://condorperformance.com/wp-content/uploads/2023/10/website_Oct23-300x200.png 300w" sizes="(max-width: 680px) 85vw, 680px" /><figcaption class="wp-element-caption">We are eleven sport psychologists and performance psychologists who work together. We are the current Condor Performance &#8220;<strong>Dream Team</strong>&#8220;. </figcaption></figure></div>	</div><!-- .entry-content -->

	
</article><!-- #post-2 -->

	</main><!-- .site-main -->

	
</div><!-- .content-area -->


	<aside id="secondary" class="sidebar widget-area">
		<section id="gform_widget-2" class="widget gform_widget"><h2 class="widget-title">Request A Call Back:</h2><link rel='stylesheet' id='gforms_reset_css-css' href='https://condorperformance.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?ver=2.9.8' media='all' />
<link rel='stylesheet' id='gforms_formsmain_css-css' href='https://condorperformance.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?ver=2.9.8' media='all' />
<link rel='stylesheet' id='gforms_ready_class_css-css' href='https://condorperformance.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?ver=2.9.8' media='all' />
<link rel='stylesheet' id='gforms_browsers_css-css' href='https://condorperformance.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?ver=2.9.8' media='all' />
<script src="https://condorperformance.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script>
<script src="https://condorperformance.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script src="https://condorperformance.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script id="wp-a11y-js-translations">
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2024-11-09 02:33:22+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_AU"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} );
</script>
<script src="https://condorperformance.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14" id="wp-a11y-js"></script>
<script defer='defer' src="https://condorperformance.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.9.8" id="gform_json-js"></script>
<script id="gform_gravityforms-js-extra">
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/condorperformance.com\/wp-content\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"Australian Dollar","symbol_left":"$","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"AUD"},"base_url":"https:\/\/condorperformance.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/condorperformance.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"1ed936b81bce345fef607288520cd201","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
</script>
<script defer='defer' src="https://condorperformance.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.9.8" id="gform_gravityforms-js"></script>

                <div class='gf_browser_unknown gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_1' ><form method='post' enctype='multipart/form-data'  id='gform_1'  action='/' data-formid='1' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_1_1" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_1_1'>Your Full Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='large'   tabindex='1'  aria-required="true" aria-invalid="false"   /></div></li><li id="field_1_2" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_1_2'>Country / Location<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_1_2' type='text' value='' class='large'   tabindex='2'  aria-required="true" aria-invalid="false"   /></div></li><li id="field_1_4" class="gfield gfield--type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_1_4'>Phone Number<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_phone'><input name='input_4' id='input_1_4' type='tel' value='' class='medium' tabindex='3'  aria-required="true" aria-invalid="false"   /></div></li><li id="field_1_5" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_1_5'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>
                            <input name='input_5' id='input_1_5' type='email' value='' class='large' tabindex='4'   aria-required="true" aria-invalid="false" aria-describedby="gfield_description_1_5" />
                        </div><div class='gfield_description' id='gfield_description_1_5'>We will only email you if we can't get through to you on the phone</div></li><li id="field_1_6" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_1_6'>Name</label><div class='ginput_container'><input name='input_6' id='input_1_6' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_1_6'>This field is for validation purposes and should be left unchanged.</div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit' tabindex='5' /> 
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='postback' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsImJiOTEwNTY2YzhjZmI3M2JlMWZjZGYzYzAwNTRhMGI2Il0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div><script>
gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://condorperformance.com/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://condorperformance.com/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;            gform.core.triggerPostRenderEvents( 1, 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();        }    } );} );
</script>
</section><section id="nav_menu-21" class="widget widget_nav_menu"><h2 class="widget-title">Menu</h2><nav class="menu-primary-menu-container" aria-label="Menu"><ul id="menu-primary-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-18"><a href="https://condorperformance.com/" aria-current="page">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://condorperformance.com/contact-us/">Contact Condor Performance</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-16"><a href="https://condorperformance.com/mental-toughness-questionnaires/">Measure Your Mental Toughness</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3614"><a href="https://condorperformance.com/mental-toughness-questionnaires/athletes/">For Athletes (MTQ-A)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3613"><a href="https://condorperformance.com/mental-toughness-questionnaires/coaches/">For Coaches (MTQ-C)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3612"><a href="https://condorperformance.com/mental-toughness-questionnaires/officials/">For Officials (MTQ-O)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3611"><a href="https://condorperformance.com/mental-toughness-questionnaires/performers/">For Performers (MTQ-P)</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3874"><a href="https://condorperformance.com/answers/">Frequently Asked Questions</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3880"><a href="https://condorperformance.com/answers/what-do-sport-psychologists-do/">What Do Sport Psychologists Do?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3881"><a href="https://condorperformance.com/answers/sport-psychology-services-near-me/">What Sport Psychology Services Do You Offer?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3879"><a href="https://condorperformance.com/answers/why-see-a-sport-psychologist/">Why See A Sport / Performance Psychologist?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3877"><a href="https://condorperformance.com/answers/qualifications-sport-psychologist/">What Qualifications Do Your Psychologists Have?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3876"><a href="https://condorperformance.com/answers/best-sport-psychologist/">Which Psychologist Would I Work With?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3878"><a href="https://condorperformance.com/answers/performance-psychology-sessions/">What Happens During Sessions?</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-15"><a href="https://condorperformance.com/performance-psychologists/">Meet Our Team of Psychologists</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4972"><a href="https://condorperformance.com/performance-psychologist-brian-langsworth/">BRIAN LANGSWORTH</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6063"><a href="https://condorperformance.com/sport-psychologist-charlotte-chalmers/">CHARLOTTE CHALMERS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8126"><a href="https://condorperformance.com/performance-psychologist-chris-pomfret/">CHRIS POMFRET</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7058"><a href="https://condorperformance.com/darren-godwin/">DARREN GODWIN</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-321"><a href="https://condorperformance.com/performance-psychologist-david-barracosa/">DAVID BARRACOSA</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-319"><a href="https://condorperformance.com/sport-psychologist-gareth-mole/">GARETH J. MOLE</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6807"><a href="https://condorperformance.com/sport-psychologist-harley-de-vos/">HARLEY DE VOS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4566"><a href="https://condorperformance.com/sport-psychologist-james-kneller/">JAMES KNELLER</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7890"><a href="https://condorperformance.com/lauren-bischoff/">LAUREN BISCHOFF</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6481"><a href="https://condorperformance.com/madalyn-incognito/">MADALYN INCOGNITO</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4984"><a href="https://condorperformance.com/sport-psychologist-michelle-pain/">MICHELLE PAIN</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4187"><a href="https://condorperformance.com/mental-toughness-sports-performance/">Our Blog: Mental Toughness Digest</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8162"><a href="https://condorperformance.com/sports/">Sport-Specific ‘Sport Psychology’</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6299"><a href="https://condorperformance.com/sport-psychology-or-sports-psychology/">VOTE NOW: Sport Psychology or Sports Psychology?</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5672"><a href="https://condorperformance.com/psychologist-jobs/">Vacancies / Jobs</a></li>
</ul></nav></section><section id="wpcw_contact-4" class="widget wpcw-widgets wpcw-widget-contact"><ul><li class="has-label"><strong>Email</strong><br><div><a href="/cdn-cgi/l/email-protection#290f0a18191c120f0a181819124f460f0a1f1d124a46474d0f0a181818125b590f0a181918125b4f465b0f0a18191012480f0a181819124a0f0a181918120f0a1d1f124a0f0a1818181244">&#105;&#110;fo&#64;cond&#111;rp&#101;rfor&#109;a&#110;c&#101;&#46;c&#111;m</a></div></li></ul></section><section id="wpcw_social-4" class="widget wpcw-widgets wpcw-widget-social"><h2 class="widget-title">Follow Us On:</h2><ul><li class="has-label"><a href="https://www.instagram.com/condorperformance" target="_blank" title="Visit Condor Performance on Instagram"><span class="fa fa-2x fa-instagram"></span>Instagram</a></li><li class="has-label"><a href="https://twitter.com/CP_sport_psychs" target="_blank" title="Visit Condor Performance on Twitter"><span class="fa fa-2x fa-twitter"></span>Twitter</a></li><li class="has-label"><a href="https://www.facebook.com/condorperformance" target="_blank" title="Visit Condor Performance on Facebook"><span class="fa fa-2x fa-facebook"></span>Facebook</a></li><li class="has-label"><a href="https://www.linkedin.com/in/garethjmole" target="_blank" title="Visit Condor Performance on LinkedIn"><span class="fa fa-2x fa-linkedin"></span>LinkedIn</a></li><li class="has-label"><a href="https://soundcloud.com/cpsportspsychologists" target="_blank" title="Visit Condor Performance on SoundCloud"><span class="fa fa-2x fa-soundcloud"></span>SoundCloud</a></li></ul></section><section id="search-3" class="widget widget_search"><h2 class="widget-title">Search Our Website</h2>
<form role="search" method="get" class="search-form" action="https://condorperformance.com/">
	<label>
		<span class="screen-reader-text">
			Search for:		</span>
		<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
	</label>
	<button type="submit" class="search-submit"><span class="screen-reader-text">
		Search	</span></button>
</form>
</section>	</aside><!-- .sidebar .widget-area -->

		</div><!-- .site-content -->

		<footer id="colophon" class="site-footer">
							<nav class="main-navigation" aria-label="Footer Primary Menu">
					<div class="menu-primary-menu-container"><ul id="menu-primary-menu-2" class="primary-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-18"><a href="https://condorperformance.com/" aria-current="page">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://condorperformance.com/contact-us/">Contact Condor Performance</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-16"><a href="https://condorperformance.com/mental-toughness-questionnaires/">Measure Your Mental Toughness</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3614"><a href="https://condorperformance.com/mental-toughness-questionnaires/athletes/">For Athletes (MTQ-A)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3613"><a href="https://condorperformance.com/mental-toughness-questionnaires/coaches/">For Coaches (MTQ-C)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3612"><a href="https://condorperformance.com/mental-toughness-questionnaires/officials/">For Officials (MTQ-O)</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3611"><a href="https://condorperformance.com/mental-toughness-questionnaires/performers/">For Performers (MTQ-P)</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3874"><a href="https://condorperformance.com/answers/">Frequently Asked Questions</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3880"><a href="https://condorperformance.com/answers/what-do-sport-psychologists-do/">What Do Sport Psychologists Do?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3881"><a href="https://condorperformance.com/answers/sport-psychology-services-near-me/">What Sport Psychology Services Do You Offer?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3879"><a href="https://condorperformance.com/answers/why-see-a-sport-psychologist/">Why See A Sport / Performance Psychologist?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3877"><a href="https://condorperformance.com/answers/qualifications-sport-psychologist/">What Qualifications Do Your Psychologists Have?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3876"><a href="https://condorperformance.com/answers/best-sport-psychologist/">Which Psychologist Would I Work With?</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3878"><a href="https://condorperformance.com/answers/performance-psychology-sessions/">What Happens During Sessions?</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-15"><a href="https://condorperformance.com/performance-psychologists/">Meet Our Team of Psychologists</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4972"><a href="https://condorperformance.com/performance-psychologist-brian-langsworth/">BRIAN LANGSWORTH</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6063"><a href="https://condorperformance.com/sport-psychologist-charlotte-chalmers/">CHARLOTTE CHALMERS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8126"><a href="https://condorperformance.com/performance-psychologist-chris-pomfret/">CHRIS POMFRET</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7058"><a href="https://condorperformance.com/darren-godwin/">DARREN GODWIN</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-321"><a href="https://condorperformance.com/performance-psychologist-david-barracosa/">DAVID BARRACOSA</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-319"><a href="https://condorperformance.com/sport-psychologist-gareth-mole/">GARETH J. MOLE</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6807"><a href="https://condorperformance.com/sport-psychologist-harley-de-vos/">HARLEY DE VOS</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4566"><a href="https://condorperformance.com/sport-psychologist-james-kneller/">JAMES KNELLER</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7890"><a href="https://condorperformance.com/lauren-bischoff/">LAUREN BISCHOFF</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6481"><a href="https://condorperformance.com/madalyn-incognito/">MADALYN INCOGNITO</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4984"><a href="https://condorperformance.com/sport-psychologist-michelle-pain/">MICHELLE PAIN</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4187"><a href="https://condorperformance.com/mental-toughness-sports-performance/">Our Blog: Mental Toughness Digest</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8162"><a href="https://condorperformance.com/sports/">Sport-Specific ‘Sport Psychology’</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-6299"><a href="https://condorperformance.com/sport-psychology-or-sports-psychology/">VOTE NOW: Sport Psychology or Sports Psychology?</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5672"><a href="https://condorperformance.com/psychologist-jobs/">Vacancies / Jobs</a></li>
</ul></div>				</nav><!-- .main-navigation -->
			
			
			<div class="site-info">
								<span class="site-title"><a href="https://condorperformance.com/" rel="home">Condor Performance</a></span>
								<a href="https://wordpress.org/" class="imprint">
					Proudly powered by WordPress				</a>
			</div><!-- .site-info -->
		</footer><!-- .site-footer -->
	</div><!-- .site-inner -->
</div><!-- .site -->

		<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript">
		
(function( w ){
	"use strict";
	// rel=preload support test
	if( !w.loadCSS ){
		w.loadCSS = function(){};
	}
	// define on the loadCSS obj
	var rp = loadCSS.relpreload = {};
	// rel=preload feature support test
	// runs once and returns a function for compat purposes
	rp.support = (function(){
		var ret;
		try {
			ret = w.document.createElement( "link" ).relList.supports( "preload" );
		} catch (e) {
			ret = false;
		}
		return function(){
			return ret;
		};
	})();

	// if preload isn't supported, get an asynchronous load by using a non-matching media attribute
	// then change that media back to its intended value on load
	rp.bindMediaToggle = function( link ){
		// remember existing media attr for ultimate state, or default to 'all'
		var finalMedia = link.media || "all";

		function enableStylesheet(){
			// unbind listeners
			if( link.addEventListener ){
				link.removeEventListener( "load", enableStylesheet );
			} else if( link.attachEvent ){
				link.detachEvent( "onload", enableStylesheet );
			}
			link.setAttribute( "onload", null ); 
			link.media = finalMedia;
		}

		// bind load handlers to enable media
		if( link.addEventListener ){
			link.addEventListener( "load", enableStylesheet );
		} else if( link.attachEvent ){
			link.attachEvent( "onload", enableStylesheet );
		}

		// Set rel and non-applicable media type to start an async request
		// note: timeout allows this to happen async to let rendering continue in IE
		setTimeout(function(){
			link.rel = "stylesheet";
			link.media = "only x";
		});
		// also enable media after 3 seconds,
		// which will catch very old browsers (android 2.x, old firefox) that don't support onload on link
		setTimeout( enableStylesheet, 3000 );
	};

	// loop through link elements in DOM
	rp.poly = function(){
		// double check this to prevent external calls from running
		if( rp.support() ){
			return;
		}
		var links = w.document.getElementsByTagName( "link" );
		for( var i = 0; i < links.length; i++ ){
			var link = links[ i ];
			// qualify links to those with rel=preload and as=style attrs
			if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){
				// prevent rerunning on link
				link.setAttribute( "data-loadcss", true );
				// bind listeners to toggle media back
				rp.bindMediaToggle( link );
			}
		}
	};

	// if unsupported, run the polyfill
	if( !rp.support() ){
		// run once at least
		rp.poly();

		// rerun poly on an interval until onload
		var run = w.setInterval( rp.poly, 500 );
		if( w.addEventListener ){
			w.addEventListener( "load", function(){
				rp.poly();
				w.clearInterval( run );
			} );
		} else if( w.attachEvent ){
			w.attachEvent( "onload", function(){
				rp.poly();
				w.clearInterval( run );
			} );
		}
	}


	// commonjs
	if( typeof exports !== "undefined" ){
		exports.loadCSS = loadCSS;
	}
	else {
		w.loadCSS = loadCSS;
	}
}( typeof global !== "undefined" ? global : this ) );
		</script>
		<script type='text/javascript'>

jQuery(function($){

// mailto function

$('a[href^="mailto:"]').click(function(){

ga('send','event','mailto','click','email clicked');

return true;

});

}); </script><script type="text/javascript">
		/* MonsterInsights Scroll Tracking */
		if ( typeof(jQuery) !== 'undefined' ) {
		jQuery( document ).ready(function(){
		function monsterinsights_scroll_tracking_load() {
		if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
		(function(factory) {
		factory(jQuery);
		}(function($) {

		/* Scroll Depth */
		"use strict";
		var defaults = {
		percentage: true
		};

		var $window = $(window),
		cache = [],
		scrollEventBound = false,
		lastPixelDepth = 0;

		/*
		* Plugin
		*/

		$.scrollDepth = function(options) {

		var startTime = +new Date();

		options = $.extend({}, defaults, options);

		/*
		* Functions
		*/

		function sendEvent(action, label, scrollDistance, timing) {
		if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
		return;
		}
			var paramName = action.toLowerCase();
	var fieldsArray = {
	send_to: 'G-HW45J7N45V',
	non_interaction: true
	};
	fieldsArray[paramName] = label;

	if (arguments.length > 3) {
	fieldsArray.scroll_timing = timing
	MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
	} else {
	MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
	}
			}

		function calculateMarks(docHeight) {
		return {
		'25%' : parseInt(docHeight * 0.25, 10),
		'50%' : parseInt(docHeight * 0.50, 10),
		'75%' : parseInt(docHeight * 0.75, 10),
		/* Cushion to trigger 100% event in iOS */
		'100%': docHeight - 5
		};
		}

		function checkMarks(marks, scrollDistance, timing) {
		/* Check each active mark */
		$.each(marks, function(key, val) {
		if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
		sendEvent('Percentage', key, scrollDistance, timing);
		cache.push(key);
		}
		});
		}

		function rounded(scrollDistance) {
		/* Returns String */
		return (Math.floor(scrollDistance/250) * 250).toString();
		}

		function init() {
		bindScrollDepth();
		}

		/*
		* Public Methods
		*/

		/* Reset Scroll Depth with the originally initialized options */
		$.scrollDepth.reset = function() {
		cache = [];
		lastPixelDepth = 0;
		$window.off('scroll.scrollDepth');
		bindScrollDepth();
		};

		/* Add DOM elements to be tracked */
		$.scrollDepth.addElements = function(elems) {

		if (typeof elems == "undefined" || !$.isArray(elems)) {
		return;
		}

		$.merge(options.elements, elems);

		/* If scroll event has been unbound from window, rebind */
		if (!scrollEventBound) {
		bindScrollDepth();
		}

		};

		/* Remove DOM elements currently tracked */
		$.scrollDepth.removeElements = function(elems) {

		if (typeof elems == "undefined" || !$.isArray(elems)) {
		return;
		}

		$.each(elems, function(index, elem) {

		var inElementsArray = $.inArray(elem, options.elements);
		var inCacheArray = $.inArray(elem, cache);

		if (inElementsArray != -1) {
		options.elements.splice(inElementsArray, 1);
		}

		if (inCacheArray != -1) {
		cache.splice(inCacheArray, 1);
		}

		});

		};

		/*
		* Throttle function borrowed from:
		* Underscore.js 1.5.2
		* http://underscorejs.org
		* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
		* Underscore may be freely distributed under the MIT license.
		*/

		function throttle(func, wait) {
		var context, args, result;
		var timeout = null;
		var previous = 0;
		var later = function() {
		previous = new Date;
		timeout = null;
		result = func.apply(context, args);
		};
		return function() {
		var now = new Date;
		if (!previous) previous = now;
		var remaining = wait - (now - previous);
		context = this;
		args = arguments;
		if (remaining <= 0) {
		clearTimeout(timeout);
		timeout = null;
		previous = now;
		result = func.apply(context, args);
		} else if (!timeout) {
		timeout = setTimeout(later, remaining);
		}
		return result;
		};
		}

		/*
		* Scroll Event
		*/

		function bindScrollDepth() {

		scrollEventBound = true;

		$window.on('scroll.scrollDepth', throttle(function() {
		/*
		* We calculate document and window height on each scroll event to
		* account for dynamic DOM changes.
		*/

		var docHeight = $(document).height(),
		winHeight = window.innerHeight ? window.innerHeight : $window.height(),
		scrollDistance = $window.scrollTop() + winHeight,

		/* Recalculate percentage marks */
		marks = calculateMarks(docHeight),

		/* Timing */
		timing = +new Date - startTime;

		checkMarks(marks, scrollDistance, timing);
		}, 500));

		}

		init();
		};

		/* UMD export */
		return $.scrollDepth;

		}));

		jQuery.scrollDepth();
		} else {
		setTimeout(monsterinsights_scroll_tracking_load, 200);
		}
		}
		monsterinsights_scroll_tracking_load();
		});
		}
		/* End MonsterInsights Scroll Tracking */
		
</script><script src="https://condorperformance.com/wp-content/plugins/devvn-image-hotspot/frontend/js/jquery.powertip.min.js?ver=1.2.0" id="powertip-js"></script>
<script src="https://condorperformance.com/wp-content/plugins/devvn-image-hotspot/frontend/js/maps_points.js?ver=1.2.8" id="maps-points-js"></script>
<script id="yop-public-js-extra">
var objectL10n = {"yopPollParams":{"urlParams":{"ajax":"https:\/\/condorperformance.com\/wp-admin\/admin-ajax.php","wpLogin":"https:\/\/condorperformance.com\/wp-login.php?redirect_to=https%3A%2F%2Fcondorperformance.com%2Fwp-admin%2Fadmin-ajax.php%3Faction%3Dyop_poll_record_wordpress_vote"},"apiParams":{"reCaptcha":{"siteKey":""},"reCaptchaV2Invisible":{"siteKey":""},"reCaptchaV3":{"siteKey":""},"hCaptcha":{"siteKey":""},"facebook":{"appId":""},"google":{"clientId":""}},"captchaParams":{"imgPath":"https:\/\/condorperformance.com\/wp-content\/plugins\/yop-poll-pro\/public\/assets\/img\/","url":"https:\/\/condorperformance.com\/wp-content\/plugins\/yop-poll-pro\/app.php","accessibilityAlt":"Sound icon","accessibilityTitle":"Accessibility option: listen to a question and answer it!","accessibilityDescription":"Type below the <strong>answer<\/strong> to what you hear. Numbers or words:","explanation":"Click or touch the <strong>ANSWER<\/strong>","refreshAlt":"Refresh\/reload icon","refreshTitle":"Refresh\/reload: get new images and accessibility option!"},"voteParams":{"invalidPoll":"Invalid Poll","noAnswersSelected":"No answer selected","minAnswersRequired":"At least {min_answers_allowed} answer(s) required","maxAnswersRequired":"A max of {max_answers_allowed} answer(s) accepted","noAnswerForOther":"No other answer entered","answerForOtherTooLong":"Answer for other is too long","noValueForCustomField":"{custom_field_name} is required","consentNotChecked":"You must agree to our terms and conditions","noCaptchaSelected":"Captcha is required","thankYou":"Thank you for your vote"},"resultsParams":{"singleVote":"vote","multipleVotes":"votes","singleAnswer":"answer","multipleAnswers":"answers"}}};
</script>
<script src="https://condorperformance.com/wp-content/plugins/yop-poll-pro/public/assets/js/yop-poll-public-6.5.32.min.js?ver=6.7.2" id="yop-public-js"></script>
<script defer='defer' src="https://condorperformance.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=d1f4caf9d41e0123f387bd5029d08d19" id="gform_gravityforms_utils-js"></script>
<script defer='defer' src="https://condorperformance.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=639b4ac21c17c9dc304b05db4a3d3293" id="gform_gravityforms_theme_vendors-js"></script>
<script id="gform_gravityforms_theme-js-extra">
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"1ed936b81bce345fef607288520cd201"},"ajax":{"ajaxurl":"https:\/\/condorperformance.com\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"1c6ac11894","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/condorperformance.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"c4ae3c8c5a"};
</script>
<script defer='defer' src="https://condorperformance.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=96c75ff0cdaac8ba09d57979885a0fc0" id="gform_gravityforms_theme-js"></script>
<script>
gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } );
</script>
<script>
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;            gform.core.triggerPostRenderEvents( 1, 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();        }    } );
</script>
		<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),
                _trfd.push({'tccl.baseHost':'secureserver.net'}),
                _trfd.push({'ap':'wpaas'},
                    {'server':'24b3b16b-6bcb-69f9-d5d2-2bd4dbb39567.secureserver.net'},
                    {'pod':'P3NLWPPOD11'},
                    {'storage':'p3cephmah005pod11_data04'},                     {'xid':'45372404'},
                    {'wp':'6.7.2'},
                    {'php':'8.0.30.5'},
                    {'loggedin':'0'},
                    {'cdn':'1'},
                    {'builder':'wp-block-editor'},
                    {'theme':'twentysixteen'},
                    {'wds':'0'},
                    {'wp_alloptions_count':'647'},
                    {'wp_alloptions_bytes':'462818'},
                    {'gdl_coming_soon_page':'0'}
                                    );
            var trafficScript = document.createElement('script'); trafficScript.src = 'https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js'; window.document.head.appendChild(trafficScript);</script>
		<script>window.addEventListener('click', function (elem) { var _elem$target, _elem$target$dataset, _window, _window$_trfq; return (elem === null || elem === void 0 ? void 0 : (_elem$target = elem.target) === null || _elem$target === void 0 ? void 0 : (_elem$target$dataset = _elem$target.dataset) === null || _elem$target$dataset === void 0 ? void 0 : _elem$target$dataset.eid) && ((_window = window) === null || _window === void 0 ? void 0 : (_window$_trfq = _window._trfq) === null || _window$_trfq === void 0 ? void 0 : _window$_trfq.push(["cmdLogEvent", "click", elem.target.dataset.eid]));});</script>
		<script src='https://img1.wsimg.com/traffic-assets/js/tccl-tti.min.js' onload="window.tti.calculateTTI()"></script>
		</body>
</html>
                               

Whois info of domain

Domain Name: METUF.COM
Registry Domain ID: 1864074635_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-06-26T01:30:34Z
Creation Date: 2014-06-24T09:44:19Z
Registry Expiry Date: 2025-06-24T09:44:19Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS33.DOMAINCONTROL.COM
Name Server: NS34.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T05:44:47Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass