<!DOCTYPE html>
<html lang="en-US">
<head><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();
</script>


	<script data-minify="1" src="https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/mifw/build/main.js?ver=1627572367"></script>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Daniel Harkavy - Building Champions</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Oswald%3Awght%40300%3B400%3B700&#038;ver=5.7.2&#038;family=Open+Sans%3Awght%40300%3B400%3B600%3B700%3B800&#038;ver=5.7.2&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Oswald%3Awght%40300%3B400%3B700&#038;ver=5.7.2&#038;family=Open+Sans%3Awght%40300%3B400%3B600%3B700%3B800&#038;ver=5.7.2&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Oswald%3Awght%40300%3B400%3B700&#038;ver=5.7.2&#038;family=Open+Sans%3Awght%40300%3B400%3B600%3B700%3B800&#038;ver=5.7.2&#038;display=swap" /></noscript><link rel="stylesheet" href="https://buildingchampions.com/wp-content/cache/min/1/e6cca4d7d3fb1f889bfaa9ab43762a14.css" media="all" data-minify="1" />

    
    
    
    
	        

	
    <!--<link href="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/style.css?ver=4076" rel="stylesheet">-->

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    

    
    
    <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v16.1.1 - https://yoast.com/wordpress/plugins/seo/ -->
	<link rel="canonical" href="https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Daniel Harkavy - Building Champions" />
	<meta property="og:description" content="Daniel Harkavy has been coaching business leaders to peak levels of performance, efficacy, and fulfillment for more than twenty-five years. In 1996 he harnessed his passion for coaching leaders and teams to found Building Champions, where he serves as CEO and Executive Coach. Daniel and his team of coaches have worked with thousands of clients... Read More" />
	<meta property="og:url" content="https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/" />
	<meta property="og:site_name" content="Building Champions" />
	<meta property="article:modified_time" content="2021-01-22T18:47:48+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:label1" content="Est. reading time">
	<meta name="twitter:data1" content="1 minute">
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://buildingchampions.com/#website","url":"https://buildingchampions.com/","name":"Building Champions","description":"","potentialAction":[{"@type":"SearchAction","target":"https://buildingchampions.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/#webpage","url":"https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/","name":"Daniel Harkavy - Building Champions","isPartOf":{"@id":"https://buildingchampions.com/#website"},"datePublished":"2020-08-25T17:00:52+00:00","dateModified":"2021-01-22T18:47:48+00:00","breadcrumb":{"@id":"https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/"]}]},{"@type":"BreadcrumbList","@id":"https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://buildingchampions.com/","url":"https://buildingchampions.com/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https://buildingchampions.com/who-we-are/coaches-and-staff/","url":"https://buildingchampions.com/who-we-are/coaches-and-staff/","name":"Leadership"}},{"@type":"ListItem","position":3,"item":{"@type":"WebPage","@id":"https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/","url":"https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/","name":"Daniel Harkavy"}}]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//i0.wp.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link href='https://i0.wp.com' rel='preconnect' />
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	

















<link rel='stylesheet' id='mobile-css-css'  href='https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/mobile.css?ver=4222' type='text/css' media='1' />
<script type='text/javascript' src='https://buildingchampions.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script>
<script type='text/javascript' src='https://buildingchampions.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://buildingchampions.com/wp-content/plugins/latest-post-shortcode/lps-block/../assets/slick-1.8.1/slick.min.js?ver=9.65' id='lps-slick-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://buildingchampions.com/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1' id='addtoany-js'></script>
<script type='text/javascript' src='https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/js/jquery.jscroll.min.js?ver=1.0.0' id='js-scroll-js'></script>
<script data-minify="1" type='text/javascript' src='https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/js/plugins.jquery.js?ver=1627572137' id='jpt-plugins-js'></script>
<link rel="https://api.w.org/" href="https://buildingchampions.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://buildingchampions.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://buildingchampions.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.7.2" />
<link rel='shortlink' href='https://buildingchampions.com/?p=918' />

<script type="rocketlazyloadscript" data-cfasync="false">
window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};
(function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script");
</script>
<meta name="generator" content="Site Kit by Google 1.37.0" /><meta name="facebook-domain-verification" content="ckxmug1wzyl175i4ccdc52qs99b1zt" />
<!-- Facebook Pixel Code -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
</script>
<!-- End Facebook Pixel Code -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
  fbq('init', '1811841295736540', {}, {
    "agent": "wordpress-5.7.2-3.0.5"
});
</script><script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
  fbq('track', 'PageView', []);
</script>
<!-- Facebook Pixel Code -->
<noscript>
<img height="1" width="1" style="display:none" alt="fbpx"
src="https://www.facebook.com/tr?id=1811841295736540&ev=PageView&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><!-- Google Tag Manager added by Site Kit -->
<script type="rocketlazyloadscript">
( function( w, d, s, l, i ) {
	w[l] = w[l] || [];
	w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
	var f = d.getElementsByTagName( s )[0],
		j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
	j.async = true;
	j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
	f.parentNode.insertBefore( j, f );
} )( window, document, 'script', 'dataLayer', 'GTM-T8QQQ36' );
</script>
<!-- End Google Tag Manager -->
		<link rel="icon" href="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/12/cropped-bchpf-favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/12/cropped-bchpf-favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/12/cropped-bchpf-favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/12/cropped-bchpf-favicon-270x270.png" />
		<style type="text/css" id="wp-custom-css">
			
.col-sm-4.team-box:nth-child(3) {
    display: none;
}

.col-sm-12.b-t-p-section {
    display: flex;
    justify-content: center;
}
img {
	max-width: 100%;
}

.col-md-8.col-md-offset-1.col-sm-8.body-txt.pull-right.about-body.height-matcher {
	width: 100%;
}
.col-md-3.col-sm-4.height-matcher {
	display: none;
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>
<script type="rocketlazyloadscript">window.HELP_IMPROVE_VIDEOJS = false;</script>

<script data-minify="1" src="https://buildingchampions.com/wp-content/cache/min/1/7.2/video.min.js?ver=1627572134"></script>

    <script type="rocketlazyloadscript">
        (function () {
          var zi = document.createElement('script');
          zi.type = 'text/javascript';
          zi.async = true;
          zi.src = 'https://ws.zoominfo.com/pixel/ovg7wnGrM5rrO1uPLKmi';
          var s = document.getElementsByTagName('script')[0];
          s.parentNode.insertBefore(zi, s);
        })();
      </script>
      <noscript>
        <img src="https://ws.zoominfo.com/pixel/ovg7wnGrM5rrO1uPLKmi" width="1" height="1" style="display: none;" />
      </noscript>

              <!-- Global site tag (gtag.js) - Google Analytics -->
        <script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-4083075-3"></script>
        <script type="rocketlazyloadscript">
          window.dataLayer = window.dataLayer || [];
          function gtag(){dataLayer.push(arguments);}
          gtag('js', new Date());

          gtag('config', 'UA-4083075-3');
        </script>

</head>
<body data-rsssl=1 class="leadership-template-default single single-leadership postid-918 wp-custom-logo">
<header id="header">
    <div class="topnav">
        <div class="nav-container">
            <div class="collapse navbar-collapse">
                <ul class="nav navbar-nav">
										                        <li><a target="_blank" href="https://www.linkedin.com/company/building-champions"><i class="fa fa-linkedin"
                                                                                          aria-hidden="true"></i></a>
                        </li>
										                        <li><a target="_blank" href="https://twitter.com/BuildingChamps"><i class="fa fa-twitter"
                                                                                         aria-hidden="true"></i></a>
                        </li>
										                        <li><a target="_blank" href="https://www.facebook.com/BuildChampions/"><i
                                        class="fa fa-facebook-official" aria-hidden="true"></i></a></li>
					                    <li><a target="_blank" href="https://www.youtube.com/channel/UCNI3qCB9SxzZyMND-CbYraw"><i
                                        class="fa fa-youtube" aria-hidden="true"></i></a></li>
                </ul>
                <form class="navbar-form navbar-right" role="search" method="get" class="search-form"
                      action="https://buildingchampions.com/">
                    <div class="form-group">
                        <input type="text" class="form-control" value="" name="s" id="headerSearch" placeholder="Search">
                    </div>
                </form>
				<ul id="utility-menu" class="nav navbar-nav navbar-right"><li id="menu-item-973" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-973"><a href="https://buildingchampions.com/contact-us/">Contact</a></li>
<li id="menu-item-1990" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1990"><a href="https://buildingchampions.com/subscribe/">Subscribe</a></li>
<li id="menu-item-974" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-974"><a href="https://clients.buildingchampions.com/Account/Login?ReturnUrl=%2f">Client Login</a></li>
</ul>            </div>
        </div>
    </div>
    <div class="mainnav">
        <nav class="navbar navbar-default">
            <div class="nav-container">
                <div class="navbar-header">


					<a class="navbarbrand-no-break" href="https://buildingchampions.com"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/08/BuildingChampions-logo-tagline-CORRECTCOLORS-2.png"><noscript><img src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/08/BuildingChampions-logo-tagline-CORRECTCOLORS-2.png"></noscript></a>
                <i class="fa fa-bars"></i>

                

                </div>

                <!-- Collect the nav links, forms, and other content for toggling -->
                <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">

					<!--
<div id="left-menu" class="nav group-nav nav navbar-nav"><ul>
<li class="page_item page-item-3352"><a href="https://buildingchampions.com/living-forward/">Living Forward<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-3619"><a href="https://buildingchampions.com/podcasts-7ps-giveaway/">Podcasts<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-1988"><a href="https://buildingchampions.com/subscribe/">Subscribe<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-1147"><a href="https://buildingchampions.com/contact-us-keynote-speakers/">Contact Us &#8211; Keynote Speakers<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-1141"><a href="https://buildingchampions.com/contact-us-custom-events/">Contact Us &#8211; Custom Events<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-3028"><a href="https://buildingchampions.com/contact-us-organizational-coaching/">Contact Us &#8211; Organizational Coaching<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-948"><a href="https://buildingchampions.com/contact-us/">Contact Us<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-933 page_item_has_children"><a href="https://buildingchampions.com/resources/">Resources<span class="left-nav-divider">  | </span></a>
<ul class='children'>
	<li class="page_item page-item-3495 page_item_has_children"><a href="https://buildingchampions.com/resources/podcast/">Podcasts<span class="left-nav-divider">  | </span></a>
	<ul class='children'>
		<li class="page_item page-item-3501"><a href="https://buildingchampions.com/resources/podcast/questioningleadership/">Questioning Leadership<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-979"><a href="https://buildingchampions.com/resources/podcast/buildingchampionspodcast/">The Building Champions Podcast<span class="left-nav-divider">  | </span></a></li>
	</ul>
</li>
	<li class="page_item page-item-977"><a href="https://buildingchampions.com/resources/books/">Books<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-942"><a href="https://buildingchampions.com/resources/blog/">Blog<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-944"><a href="https://buildingchampions.com/resources/webinars/">Webinars<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-982"><a href="https://buildingchampions.com/resources/tools/">Tools<span class="left-nav-divider">  | </span></a></li>
</ul>
</li>
<li class="page_item page-item-3016"><a href="https://buildingchampions.com/webinar-thank-you/">Webinar Thank-You<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-930"><a href="https://buildingchampions.com/our-results/">Our Results<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-928 page_item_has_children"><a href="https://buildingchampions.com/who-we-serve/">Who We Serve<span class="left-nav-divider">  | </span></a>
<ul class='children'>
	<li class="page_item page-item-1119"><a href="https://buildingchampions.com/who-we-serve/leaders/">Leaders<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-1121"><a href="https://buildingchampions.com/who-we-serve/teams/">Teams<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-1123"><a href="https://buildingchampions.com/who-we-serve/organizations/">Organizations<span class="left-nav-divider">  | </span></a></li>
</ul>
</li>
<li class="page_item page-item-926 page_item_has_children"><a href="https://buildingchampions.com/what-we-do/">What We Do<span class="left-nav-divider">  | </span></a>
<ul class='children'>
	<li class="page_item page-item-1090 page_item_has_children"><a href="https://buildingchampions.com/what-we-do/coaching/">Coaching<span class="left-nav-divider">  | </span></a>
	<ul class='children'>
		<li class="page_item page-item-1278"><a href="https://buildingchampions.com/what-we-do/coaching/fundamentals-of-self-leadership/">Fundamentals of Self-Leadership<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1281"><a href="https://buildingchampions.com/what-we-do/coaching/leadership-coaching/">Leadership Coaching<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1284"><a href="https://buildingchampions.com/what-we-do/coaching/executive-coaching/">Executive Coaching<span class="left-nav-divider">  | </span></a></li>
	</ul>
</li>
	<li class="page_item page-item-1092"><a href="https://buildingchampions.com/what-we-do/ceo-mentoring/">CEO Mentoring<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-1104"><a href="https://buildingchampions.com/what-we-do/virtual-delivery/">Virtual Workshops<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-1094 page_item_has_children"><a href="https://buildingchampions.com/what-we-do/workshops/">Workshops<span class="left-nav-divider">  | </span></a>
	<ul class='children'>
		<li class="page_item page-item-2869"><a href="https://buildingchampions.com/what-we-do/workshops/maximize-your-self-leadership/">Maximizing Your Self-Leadership<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1259"><a href="https://buildingchampions.com/what-we-do/workshops/managing-your-emotional-intelligence/">Managing Your Emotional Intelligence<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1256"><a href="https://buildingchampions.com/what-we-do/workshops/what-we-do-workshops-living-forward-through-life-planning/">Living Forward<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1235"><a href="https://buildingchampions.com/what-we-do/workshops/improving-team-health/">Improving Team Health<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1232"><a href="https://buildingchampions.com/what-we-do/workshops/improving-communication/">Improving Communication<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1228"><a href="https://buildingchampions.com/what-we-do/workshops/focusing-on-your-mindset/">Upgrade Your Mindset<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1226"><a href="https://buildingchampions.com/what-we-do/workshops/challenging-your-teams-mindset/">Challenging Your Team&#8217;s Mindset<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1224"><a href="https://buildingchampions.com/what-we-do/workshops/becoming-a-coaching-leader/">Becoming a Coaching Leader<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1205"><a href="https://buildingchampions.com/what-we-do/workshops/anatomy-of-a-leader/">Anatomy of a Leader<span class="left-nav-divider">  | </span></a></li>
	</ul>
</li>
	<li class="page_item page-item-1096"><a href="https://buildingchampions.com/what-we-do/executive-retreats/">Executive and Team Retreats<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-1098"><a href="https://buildingchampions.com/what-we-do/custom-events/">Custom Events<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-1100"><a href="https://buildingchampions.com/what-we-do/keynote-speakers/">Keynote Speakers<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-1102 page_item_has_children"><a href="https://buildingchampions.com/what-we-do/products/">Products<span class="left-nav-divider">  | </span></a>
	<ul class='children'>
		<li class="page_item page-item-1283"><a href="https://buildingchampions.com/what-we-do/products/focused-360-coaching/">Focused 360 Coaching<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1290"><a href="https://buildingchampions.com/what-we-do/products/becoming-a-coaching-leader-course/">Becoming A Coaching Leader Course<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1301"><a href="https://buildingchampions.com/what-we-do/products/becoming-a-coaching-leader-virtual-group-training/">Becoming a Coaching Leader Virtual Group Training<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1297"><a href="https://buildingchampions.com/what-we-do/products/disc-assessment/">DISC Assessment and Debrief<span class="left-nav-divider">  | </span></a></li>
		<li class="page_item page-item-1295"><a href="https://buildingchampions.com/what-we-do/products/eq-assessment/">EQ Assessment and Debrief<span class="left-nav-divider">  | </span></a></li>
	</ul>
</li>
</ul>
</li>
<li class="page_item page-item-839"><a href="https://buildingchampions.com/sitemap/">Sitemap<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-834 page_item_has_children"><a href="https://buildingchampions.com/privacy-policy/">Privacy Policy<span class="left-nav-divider">  | </span></a>
<ul class='children'>
	<li class="page_item page-item-2533"><a href="https://buildingchampions.com/privacy-policy/privacy-policy/">Privacy Policy<span class="left-nav-divider">  | </span></a></li>
</ul>
</li>
<li class="page_item page-item-762 page_item_has_children"><a href="https://buildingchampions.com/experience/">Experience<span class="left-nav-divider">  | </span></a>
<ul class='children'>
	<li class="page_item page-item-766"><a href="https://buildingchampions.com/experience/past-performance/">Past Performance<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-764"><a href="https://buildingchampions.com/experience/contract-vehicles/">Contract Vehicles<span class="left-nav-divider">  | </span></a></li>
</ul>
</li>
<li class="page_item page-item-760"><a href="https://buildingchampions.com/it-staff-augmentation/">IT Staff Augmentation<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-684"><a href="https://buildingchampions.com/">Home<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-258"><a href="https://buildingchampions.com/blog/">Blog<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-159 page_item_has_children"><a href="https://buildingchampions.com/who-we-are/">Who We Are<span class="left-nav-divider">  | </span></a>
<ul class='children'>
	<li class="page_item page-item-906"><a href="https://buildingchampions.com/who-we-are/our-approach/">Our Approach<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-908"><a href="https://buildingchampions.com/who-we-are/our-coaches-and-staff/">Our Coaches and Staff<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-919"><a href="https://buildingchampions.com/who-we-are/careers/">Careers<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-921"><a href="https://buildingchampions.com/who-we-are/news/">News<span class="left-nav-divider">  | </span></a></li>
	<li class="page_item page-item-924"><a href="https://buildingchampions.com/who-we-are/talk-with-a-coach/">Talk With A Coach<span class="left-nav-divider">  | </span></a></li>
</ul>
</li>
<li class="page_item page-item-1273"><a href="https://buildingchampions.com/who-we-serve/industries/nonprofit/">Nonprofit<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-1269"><a href="https://buildingchampions.com/who-we-serve/industries/mortgage/">Mortgage<span class="left-nav-divider">  | </span></a></li>
<li class="page_item page-item-2531"><a href="https://buildingchampions.com/careers/careers/">Careers<span class="left-nav-divider">  | </span></a></li>
</ul></div>
-->
					
					<ul id="left-menu" class="nav group-nav nav navbar-nav">
						<li id="menu-item-220" class="menu-item menu-item-type-custom" style="padding-left: 15px; color: "></li>
						</ul>
                    <ul class="nav navbar-nav navbar-right">
                        <!-- main navigation of the page -->
                        <header id="masthead" class="site-header" role="banner">

							<ul id="top-menu" class="nav navbar-nav navbar-right sm sm-blue"><li id="menu-item-606" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-606 dropdown"><a title="Who We Are" href="/who-we-are" class="dropdown-toggle">Who We Are <span class="caret"></span></a>
<ul role="menu" class=" dropdown-menu">
	<li id="menu-item-878" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-878"><a title="Our Approach" href="/who-we-are/our-approach">Our Approach</a></li>
	<li id="menu-item-879" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-879"><a title="Our Coaches And Staff" href="/who-we-are/our-coaches-and-staff/">Our Coaches And Staff</a></li>
	<li id="menu-item-880" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-880"><a title="Careers" href="/who-we-are/careers">Careers</a></li>
	<li id="menu-item-881" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-881"><a title="News" href="/who-we-are/news">News</a></li>
	<li id="menu-item-882" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-882"><a title="Talk With a Coach" href="/who-we-are/talk-with-a-coach">Talk With a Coach</a></li>
</ul>
</li>
<li id="menu-item-613" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-613 dropdown"><a title="What We Do" href="/what-we-do" class="dropdown-toggle">What We Do <span class="caret"></span></a>
<ul role="menu" class=" dropdown-menu">
	<li id="menu-item-1107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1107"><a title="Coaching" href="https://buildingchampions.com/what-we-do/coaching/">Coaching</a></li>
	<li id="menu-item-1106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1106"><a title="CEO Mentoring" href="https://buildingchampions.com/what-we-do/ceo-mentoring/">CEO Mentoring</a></li>
	<li id="menu-item-1113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1113"><a title="Workshops" href="https://buildingchampions.com/what-we-do/workshops/">Workshops</a></li>
	<li id="menu-item-1109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1109"><a title="Executive and Team Retreats" href="https://buildingchampions.com/what-we-do/executive-retreats/">Executive and Team Retreats</a></li>
	<li id="menu-item-1108" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1108"><a title="Custom Events" href="https://buildingchampions.com/what-we-do/custom-events/">Custom Events</a></li>
	<li id="menu-item-1110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1110"><a title="Keynote Speakers" href="https://buildingchampions.com/what-we-do/keynote-speakers/">Keynote Speakers</a></li>
	<li id="menu-item-1111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1111"><a title="Products" href="https://buildingchampions.com/what-we-do/products/">Products</a></li>
	<li id="menu-item-1112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1112"><a title="Virtual Workshops" href="https://buildingchampions.com/what-we-do/virtual-delivery/">Virtual Workshops</a></li>
</ul>
</li>
<li id="menu-item-749" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-749 dropdown"><a title="Who We Serve" href="/who-we-serve" class="dropdown-toggle">Who We Serve <span class="caret"></span></a>
<ul role="menu" class=" dropdown-menu">
	<li id="menu-item-1128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1128"><a title="Leaders" href="https://buildingchampions.com/who-we-serve/leaders/">Leaders</a></li>
	<li id="menu-item-1130" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1130"><a title="Teams" href="https://buildingchampions.com/who-we-serve/teams/">Teams</a></li>
	<li id="menu-item-1129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1129"><a title="Organizations" href="https://buildingchampions.com/who-we-serve/organizations/">Organizations</a></li>
</ul>
</li>
<li id="menu-item-750" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-750"><a title="Our Results" href="/our-results">Our Results</a></li>
<li id="menu-item-614" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-614 dropdown"><a title="Resources" href="/resources/" class="dropdown-toggle">Resources <span class="caret"></span></a>
<ul role="menu" class=" dropdown-menu">
	<li id="menu-item-975" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-975"><a title="Books" href="/resources/books">Books</a></li>
	<li id="menu-item-883" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-883"><a title="Blog" href="/resources/blog">Blog</a></li>
	<li id="menu-item-884" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-884"><a title="Podcasts" href="/resources/podcast">Podcasts</a></li>
	<li id="menu-item-885" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-885"><a title="Webinars" href="/resources/webinars">Webinars</a></li>
	<li id="menu-item-976" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-976"><a title="Tools" href="/resources/tools">Tools</a></li>
</ul>
</li>
</ul>
                        </header><!-- #masthead -->
                    </ul>
                </div><!-- /.navbar-collapse -->
            </div><!-- /.container-fluid -->
        </nav>
    </div>

    <div class='mobile-menu'>
        <i class="fa fa-times"></i>
        <div class='menu-wrapper'>
        <div id="navbarNavDropdown" class="menu-top-menu-container"><ul id="menu-top-menu" class="navbar-nav ml-auto"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-606"><a href="/who-we-are">Who We Are</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-878"><a href="/who-we-are/our-approach">Our Approach</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-879"><a href="/who-we-are/our-coaches-and-staff/">Our Coaches And Staff</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-880"><a href="/who-we-are/careers">Careers</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-881"><a href="/who-we-are/news">News</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-882"><a href="/who-we-are/talk-with-a-coach">Talk With a Coach</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-613"><a href="/what-we-do">What We Do</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1107"><a href="https://buildingchampions.com/what-we-do/coaching/">Coaching</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1106"><a href="https://buildingchampions.com/what-we-do/ceo-mentoring/">CEO Mentoring</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1113"><a href="https://buildingchampions.com/what-we-do/workshops/">Workshops</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1109"><a href="https://buildingchampions.com/what-we-do/executive-retreats/">Executive and Team Retreats</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1108"><a href="https://buildingchampions.com/what-we-do/custom-events/">Custom Events</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1110"><a href="https://buildingchampions.com/what-we-do/keynote-speakers/">Keynote Speakers</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1111"><a href="https://buildingchampions.com/what-we-do/products/">Products</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1112"><a href="https://buildingchampions.com/what-we-do/virtual-delivery/">Virtual Workshops</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-749"><a href="/who-we-serve">Who We Serve</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1128"><a href="https://buildingchampions.com/who-we-serve/leaders/">Leaders</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1130"><a href="https://buildingchampions.com/who-we-serve/teams/">Teams</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1129"><a href="https://buildingchampions.com/who-we-serve/organizations/">Organizations</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-750"><a href="/our-results">Our Results</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-614"><a href="/resources/">Resources</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-975"><a href="/resources/books">Books</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-883"><a href="/resources/blog">Blog</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-884"><a href="/resources/podcast">Podcasts</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-885"><a href="/resources/webinars">Webinars</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-976"><a href="/resources/tools">Tools</a></li>
</ul>
</li>
</ul></div>        </div>
    </div>
    <script>
    jQuery('header #top-menu > li > a').click(function(){
        
        var link = jQuery(this).attr('href');
        window.location = link;

    });
    setTimeout(function(){
        jQuery('.owl-carousel').trigger('owl.play', 10000);
    }, 4000);
    jQuery('i.fa.fa-times').click(function(e){
        e.preventDefault();
        jQuery('.mobile-menu').toggleClass('showing');
    })
    jQuery('i.fa.fa-bars').click(function(e){
        e.preventDefault();
        jQuery('.mobile-menu').toggleClass('showing');
    })
    </script>
</header>

<div class="banner" style="height: 415px !important;">
        <div style="background: url('https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/09/header_whoweare.png') no-repeat ; background-size:cover !important; background-position: Top Center !important; height: 415px !important;" class="slide-img banner-bg-img">
        </div>
    </div>



    <div class="main-container">
        <section class="breadcrumb-section">
            <div class="container">
                <div class="breadcrumb">
		            <div class="breadcrumb-inner-wrap" typeof="BreadcrumbList" vocab="http://schema.org/">
	<!-- Breadcrumb NavXT 6.6.0 -->
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Building Champions." href="https://buildingchampions.com" class="home" ><span property="name">Building Champions</span></a><meta property="position" content="1"></span> &gt; <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Leadership." href="https://buildingchampions.com/who-we-are/coaches-and-staff/" class="post post-leadership-archive" ><span property="name">Leadership</span></a><meta property="position" content="2"></span> &gt; <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to the Lake Oswego - OR Leadership Category archives." href="https://buildingchampions.com/resources/blog/leadership-category/lake-oswego-or/" class="taxonomy leadership-category" ><span property="name">Lake Oswego - OR</span></a><meta property="position" content="3"></span> &gt; <span property="itemListElement" typeof="ListItem"><span property="name" class="post post-leadership current-item">Daniel Harkavy</span><meta property="url" content="https://buildingchampions.com/who-we-are/coaches-and-staff/daniel-harkavy/"><meta property="position" content="4"></span></div>                </div>
            </div>
        </section>
        <section class="about-body-section">
            <div class="container">
                <div class="col-md-8 col-md-offset-1 col-sm-8 col-xs-12 body-txt pull-right about-body">   
                      
                        <!-- loop -->
				            <h1 class="leader-name">DANIEL  HARKAVY</h1>
				            <div class="leader-title">Founder, CEO & Executive Coach</div>
                    <p class="lds_location"></p>
				            <div class="person-detail">

				             <div class="col-sm-5 col-sm-offset-1 col-xs-12 person-contact" style="float: right;">
				              <img class="single-leader" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/08/Daniel-Harkavy.jpg" /><noscript><img class="single-leader" src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/08/Daniel-Harkavy.jpg" /></noscript>

				               										
				              <div class="share-links person-share">
				                <ul class='social-icons' style="margin-bottom: 0px !important;">
                          
                          				                	
					              					              				                  <li class="fb-share"><a href="https://www.facebook.com/DanielSHarkavy" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
				                					              				                  <li class="twitter-share"><a href="https://twitter.com/danielharkavy" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
				                					              				                  <li class="linkedin-share"><a href="https://www.linkedin.com/in/danielharkavy/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
				                				                </ul>
                                                <div class="clearfix"></div>
				              </div>
				              	
				             </div>

				              <p>Daniel Harkavy has been coaching business leaders to peak levels of performance, efficacy, and fulfillment for more than twenty-five years.</p>
<p>In 1996 he harnessed his passion for coaching leaders and teams to found Building Champions, where he serves as CEO and Executive Coach. Daniel and his team of coaches have worked with thousands of clients and organizations to improve the way they lead and live.</p>
<p>Daniel is a sought-after author and speaker, most recently authoring &#8220;The 7 Perspectives of Effective Leaders&#8221; which released in October 2020. His book &#8220;Living Forward,&#8221; a national best seller, was published in March 2016. Daniel also authored &#8220;Becoming A Coaching Leader: The Proven Strategy for Building Your Own Team of Champions&#8221; in 2007.</p>
<p>As an executive coach and trusted confidant, Daniel works with high profile leaders to improve their leadership, decision making, influence, and overall effectiveness. Daniel&#8217;s emphatic belief is that self-leadership precedes team leadership, and his goal is to help his clients optimize how they lead themselves first, then focusing on how to best work with their executive teams and all key constituents in their organizations. He engages with clients in many forms including one-on-one executive coaching sessions, executive retreats, speaking engagements and custom experiences.</p>
<p>Some of the clients he has worked with include: Daimler, Nike, Chick-fil-A, Bristol-Myers Squibb, Pfizer, Infineum (an ExxonMobil and Shell company), Bank of America, Wells Fargo, MetLife, PrimeLending, US Bank, Northwestern Mutual, Morgan Stanley, Prudential, Merrill Lynch and many others.</p>
<p>Daniel lives just outside Portland, Oregon, where he and his wife and family enjoy a little space for gardening and play. Daniel actively serves his community as a member of nonprofit boards and a mentor to those seeking his guidance. His other passions include surfing, snowboarding, and spending time with his family.</p>
				             

				            </div>
				            
                    <div class="col-md-12 accordion-wrapper">

<div id="accordion" role="tablist">

  
 

              <div class="card"> 
                        <div class="card-header defaultOpen" role="tab" id="heading1">
          <h5 class="mb-0">
            <a data-toggle="collapse" href="#collapse1" role="button" aria-expanded="true" aria-controls="collapse1">
              Areas of Expertise              <span class="accordion-icon"></span>
            </a>
          </h5>
        </div>

        <div id="collapse1" class="collapse " role="tabpanel" aria-labelledby="heading1" data-parent="#accordion">
          <div class="card-body">
            <ul>
<li>Self-Leadership</li>
<li>Team Health, Alignment and Performance</li>
<li>7 Perspectives of Effective Leaders</li>
<li>Strategy</li>
<li>Building a Magnetic Culture</li>
<li>Thinking and Decision-Making</li>
<li>Surfing</li>
</ul>
          </div>
        </div>
        
      </div>


               <div class="card"> 
                        <div class="card-header defaultOpen" role="tab" id="heading2">
          <h5 class="mb-0">
            <a data-toggle="collapse" href="#collapse2" role="button" aria-expanded="true" aria-controls="collapse2">
              Services Offered              <span class="accordion-icon"></span>
            </a>
          </h5>
        </div>

        <div id="collapse2" class="collapse " role="tabpanel" aria-labelledby="heading2" data-parent="#accordion">
          <div class="card-body">
            <ul>
<li>CEO Mentor</li>
<li>Executive Retreats</li>
<li>Workshops</li>
<li>Keynotes</li>
</ul>
          </div>
        </div>
        
      </div>


               <div class="card"> 
                        <div class="card-header defaultOpen" role="tab" id="heading3">
          <h5 class="mb-0">
            <a data-toggle="collapse" href="#collapse3" role="button" aria-expanded="true" aria-controls="collapse3">
              Certifications              <span class="accordion-icon"></span>
            </a>
          </h5>
        </div>

        <div id="collapse3" class="collapse " role="tabpanel" aria-labelledby="heading3" data-parent="#accordion">
          <div class="card-body">
            <ul>
<li>TTI Success Insights DISC Certified</li>
<li>Leadership Circle Profile Certified</li>
</ul>
          </div>
        </div>
        
      </div>


   <h2 class='heading'>Books By DANIEL </p><div class='people'>        <div
          class="media-box 918  col-md-4 leader-emblem col-xs-12">
          
            <div class="media-box-logo">
              <img class="id-918single-leader-img"
                src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/08/LivingForward.png" /><noscript><img class="id-918single-leader-img"
                src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/08/LivingForward.png" /></noscript>
            </div>


          <div class="media-box-content">
        
              <div class="media-box-title">Living Forward                 <br></div>
                <p>
                A proven plan to stop drifting and get the life you want.                </p>

          </div>
        </div>
                <div
          class="media-box 918  col-md-4 leader-emblem col-xs-12">
          
            <div class="media-box-logo">
              <img class="id-918single-leader-img"
                src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/08/Becoming.png" /><noscript><img class="id-918single-leader-img"
                src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/08/Becoming.png" /></noscript>
            </div>


          <div class="media-box-content">
        
              <div class="media-box-title">Becoming a Coaching Leader                 <br></div>
                <p>
                The proven strategy for building your own team of champions.                </p>

          </div>
        </div>
                <div
          class="media-box 918  col-md-4 leader-emblem col-xs-12">
          
            <div class="media-box-logo">
              <img class="id-918single-leader-img"
                src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2018/06/7Ps-Hardcover-e1607455312564.png" /><noscript><img class="id-918single-leader-img"
                src="https://i0.wp.com/buildingchampions.com/wp-content/uploads/2018/06/7Ps-Hardcover-e1607455312564.png" /></noscript>
            </div>


          <div class="media-box-content">
        
              <div class="media-box-title">The 7 Perspectives of Effective Leaders                 <br></div>
                <p>
                A proven framework for improving decisions and increasing your influence                </p>

          </div>
        </div>
        </div>
    
  
 

</div>



</div>
				            
				         
                     

                        <!-- end loop -->
                    </div>
              

					                  <!-- Ends the if statement for displaying for a speaker or not -->
				  <div class="col-md-3 col-sm-4">
                    
            
<aside id="secondary" class="widget-area" role="complementary">
			
	<h2 class="widgettitle">Who We Are</h2><div class="menu-leadership-sidebar-container"><ul id="menu-leadership-sidebar" class="menu"><li id="menu-item-912" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-912"><a href="https://buildingchampions.com/who-we-are/our-approach/">Our Approach</a></li>
<li id="menu-item-913" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-913"><a href="https://buildingchampions.com/who-we-are/our-coaches-and-staff/">Our Coaches and Staff</a></li>
<li id="menu-item-914" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-914"><a href="/who-we-are/careers">Careers</a></li>
<li id="menu-item-915" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-915"><a href="/who-we-are/news">News</a></li>
<li id="menu-item-916" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-916"><a href="/who-we-are/talk-with-a-coach">Talk With A Coach</a></li>
</ul></div>
	
	
</aside><!-- #secondary -->

<script type="rocketlazyloadscript">

jQuery('li.page_item:not(.current_page_parent) ul.sub-menu').addClass('hidden')

</script>                
          </div>
       
        
        </section>

    </div>


<script type="rocketlazyloadscript">

setTimeout(function() {
jQuery('.defaultOpen h5 a').trigger('click');
}, 500);

    //jQuery(".card-header a").attr('data-content','url(https://prsm2.hingedev.com/wp-content/uploads/2018/10/plus.png)')    

    $status = 0;
    jQuery(".card-header a").click(function() {
      jQuery(this).toggleClass("customClose");
    });

    jQuery('#secondary .sidebar-box h2').html('<a href="http://prsm2.hingedev.com/about/">About</a>');



</script>


<footer id="footer">
<script type="rocketlazyloadscript">

jQuery('a.dropdown-toggle').click(function(e){

    e.preventDefault();
    // get the parent element
    var parent = jQuery(this).parent();
    // find the child element of the parent element that has the class sub-menu
    var subMenuChild = jQuery(parent).children('.sub-menu');
    // toggle the class hidden on that element
    subMenuChild.toggleClass('hidden');

});

</script>
		<script src="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/mifw/build/main.min.js" ></script>
    <div class="container">
        <div class="col-sm-12">
            <div class="copyright pull-left">
                <h6>&copy; 2021 Building Champions. All Rights Reserved.</h6>
            </div>
            <div class="footer-menu pull-right">
				<ul id="footer-menu" class="footer-menu pull-right"><li id="menu-item-567" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-567"><a href="/privacy-policy/">Privacy Policy<span class="footer-nav-divider">    </span></a></li>
<li id="menu-item-634" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-634"><a href="/sitemap">Sitemap<span class="footer-nav-divider">    </span></a></li>
</ul>
            </div>
        </div>
    </div>

</footer>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
var colomatduration = 'fast';
var colomatslideEffect = 'slideFade';
var colomatpauseInit = '';
var colomattouchstart = '';
</script>
<style type="text/css">
	
    body {
        
                
               

          
         

    }
    .clients-section h5 {
        text-align: center;
    }

    .navbar-header img {
        padding-top: px;
        padding-bottom: px;
    }

    body:not(.home) .banner::after {
        display: block;
        position: absolute;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0,  100%);
        bottom: 0;
        height: 150px;
        width: 100%;
        content: '';
        z-index: 100;
    }

    @media only screen and (min-width : 768px) {
        .dropdown-menu>li>a {


              
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            padding: 13px 20px 13px 20px;
        }
        .dropdown-menu>li>a:hover {

        }
        .dropdown-menu {
            margin: 0px !important;
            padding: 0px !important;
        }

    }

    .about-body-section .sidebar-links {
        border-top: solid 2px ;
        border-bottom: solid 2px ;
    }

    #header {
            }

    .home-slider .owl-slider .owl-slide .slide-txt h2 {

    }
    .home-slider .owl-slider .owl-slide .slide-txt p {

    }

    p, .body-section {
          
         
    }

    #top-menu .dropdown-menu {

          

    }

    .breadcrumb {
        display: none !important;    }


    body .breadcrumb-section {
    border-top: 0px !important;   
    }


    section.body-section a,
    .about-body a,
    .body-txt a,
    .see-all-link > a,
    .about-body-section .library-body .library-category div.see-all-link a {
        }

    section.body-section a:hover,
    .about-body a:hover,
    .body-txt a:hover,
    .see-all-link > a:hover,
    .about-body-section .library-body .library-category div.see-all-link a:hover {
        }





    .mainnav .navbar .navbar-nav > li > a,
    .dropdown-menu > .active > a {
        }

 

    .mainnav .navbar .navbar-nav > li > a:hover, body #top-menu li.hovered > a {
        }
    body .mainnav .navbar .navbar-nav > li.active > a, body .mainnav .navbar .navbar-nav > li > a:hover {
    border-bottom: 1px solid transparent!important;	}
	body .mainnav .navbar .navbar-nav > li > a {
	transition: none !important;	}

   /* .home-slider .owl-slider .owl-slide .slide-txt {
    
    } */

    .navbar.navbar-default {
        padding-top: px !important;
        padding-bottom: px !important;
    }

    .btn-default,
    .btn-orange,
    aside .gform_widget > div input[type="submit"],
    .contact-form input[type="submit"],
    .filtered-option ul li,
    .filtered-option ul li * {
        }

    .project-gallery .thumbnails .btn-thumb-prev,
    .project-gallery .thumbnails .btn-thumb-next {
    }


    .project-gallery .thumbnails .thumb-slide a::after {
        }



.btn-default:hover,
.btn-orange:hover {

    }

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, /* bootstrap's buttons and classes */
    .btn-default:active,
    .btn-default:focus,
    .btn-orange:active,
    .brn-orange:focus {
     
     }

     #footer {
        }

    .topnav {
    
    }

    #footer h6,
    #footer-menu a {
    
    }

    .topnav form input[type="text"] {
    
    }

    
    ul#utility-menu > li > a {
            

    }

body .mainnav .navbar .navbar-nav > li > a {
    }



    ul.nav.navbar-nav > li > a {
    
    }

    .topnav {
    
    }

    .navbar.navbar-default,
    .navbar {
    
    }

	ul#top-menu li ul.sub-menu {
    
    }
    ul#top-menu li ul.sub-menu li a {
    
    }
    ul#top-menu li ul.sub-menu li:hover a {
    
    }
    ul#top-menu li ul.sub-menu{
    
    }


     aside .sidebar-box a,
     aside .sidebar-links a,
     aside .custom-sidebar-items h2,
     aside .custom-sidebar-items > h2.widget-title,
     aside .gform_widget > h2 {
         }

    aside .sidebar-box a:hover,
    aside .sidebar-links a:hover {
        }

    aside .sidebar-box a:active,
    aside .sidebar-links a:active {
        }
    
    /* offers */
    .sidebar-offer .f-c-title h4, .sidebar-offer .featured-content h5, .sidebar-offer .portfolio-content h4 {
        }
    .sidebar-offer .f-c-title h4, .sidebar-offer .featured-content h5 {
        }
	.sidebar-offer .col-xs-12 p {
             }
    .sidebar-offer .portfolio-content h4
    {
         }
    
    /*client slider*/

    .client-slider .owl-carousel {
        border-top:0px solid transparent !important;border-bottom:0px solid transparent !important;    }
	 .owl-carousel-clients .owl-buttons > div i {
		     	}
     .owl-carousel-clients .item img {
	    	}

</style>


    <!-- Facebook Pixel Event Code -->
    <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
        document.addEventListener( 'wpcf7mailsent', function( event ) {
        if( "fb_pxl_code" in event.detail.apiResponse){
          eval(event.detail.apiResponse.fb_pxl_code);
        }
      }, false );
    </script>
    <!-- End Facebook Pixel Event Code -->
    <div id='fb-pxl-ajax-code'></div><!-- Start of Async HubSpot Analytics Code -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
(function(d,s,i,r) {
if (d.getElementById(i)){return;}
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/3064731.js';
e.parentNode.insertBefore(n, e);
})(document,"script","hs-analytics",300000);
</script>
<!-- End of Async HubSpot Analytics Code -->
		<!-- Google Tag Manager (noscript) added by Site Kit -->
		<noscript>
			<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8QQQ36" height="0" width="0" style="display:none;visibility:hidden"></iframe>
		</noscript>
		<!-- End Google Tag Manager (noscript) -->
		<script type='text/javascript' id='lps-ajax-pagination-js-js-extra'>
/* <![CDATA[ */
var LPS = {"ajaxurl":"https:\/\/buildingchampions.com\/wp-admin\/admin-ajax.php"};
var LPS = {"ajaxurl":"https:\/\/buildingchampions.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://buildingchampions.com/wp-content/plugins/latest-post-shortcode/lps-block/../assets/js/custom-pagination.min.js?ver=9.6520210309.0226' id='lps-ajax-pagination-js-js'></script>
<script type='text/javascript' src='https://buildingchampions.com/wp-content/plugins/in-line-offer%202/assets/owlcarousel/owl.carousel.min.js?ver=1628158781' id='owl-carousel-js'></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://buildingchampions.com/wp-content/cache/min/1/wp-content/plugins/in-line-offer%202/assets/fancybox/jquery.fancybox.js?ver=1627572135' id='fancybox-js'></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://buildingchampions.com/wp-content/cache/min/1/wp-content/plugins/in-line-offer%202/assets/js/script.js?ver=1627572135' id='in-line-offer-js'></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://buildingchampions.com/wp-content/cache/min/1/wp-content/plugins/jquery-collapse-o-matic/js/collapse.js?ver=1627572135' id='collapseomatic-js-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/buildingchampions.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script data-minify="1" type='text/javascript' src='https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/js/jpt.custom.js?ver=1627572136' id='custom-ajax-js'></script>
<script type="rocketlazyloadscript">jQuery("button span.screen-reader-text, button:not(.navbar-toggle), .btn").addClass("btn-default"); </script><script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://buildingchampions.com/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></script><!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!--<script src="/js/jquery.min.js"></script>-->
<!-- Include all compiled plugins (below), or include individual files as needed -->


<script src="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/js/bootstrap.min.js"></script>
<script data-minify="1" src="https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/js/script.js?ver=1627572137"></script>
<script data-minify="1" src="https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/js/jquery.smartmenu.js?ver=1627572137"></script>
<style>

.banner::after,.banner:after{
    display:none !important;
}

</style>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    jQuery(function() {
        jQuery('#top-menu').smartmenus({
            subMenusSubOffsetX: 1,
            subMenusSubOffsetY: -8
        });
    });
</script>

    <!-- Media Boxes JS files -->
    <script data-minify="1" src="https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/js/plugins.jquery.js?ver=1627572137"></script>
    <script src="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/components/Isotope/jquery.isotope.min.js"></script>
    <script src="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/components/imagesLoaded/jquery.imagesLoaded.min.js"></script>
    <script src="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/components/Transit/jquery.transit.min.js"></script>
    <script data-minify="1" src="https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/components/jQuery Easing/jquery.easing.js?ver=1627572138"></script>
    <script src="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/components/Waypoints/waypoints.min.js"></script>
    <script src="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/components/Modernizr/modernizr.custom.min.js"></script>
    <script src="https://buildingchampions.com/wp-content/themes/HPF-Starting-Point/components/Magnific Popup/jquery.magnific-popup.min.js"></script>
    <script data-minify="1" src="https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/js/jquery.mediaBoxes.dropdown.js?ver=1627572138"></script>
    <script data-minify="1" src="https://buildingchampions.com/wp-content/cache/min/1/wp-content/themes/HPF-Starting-Point/js/jquery.mediaBoxes.js?ver=1627572138"></script>


    <script type="rocketlazyloadscript">
    jQuery(function($) {
        $('#grid').mediaBoxes({
            search: '#search',

            filterContainer: '.filters',
            searchTarget: '.searchtitle',

            columns: 3,
            boxesToLoadStart: 24,
            boxesToLoad: 24,
            horizontalSpaceBetweenBoxes: 30,
            verticalSpaceBetweenBoxes: 30,
        }); 
    });

    jQuery(".height-matcher").matchHeight();
    jQuery('.about-body-section .container > div').matchHeight()



    
        jQuery("#past h4 a").attr("style", jQuery("#upcoming h4 a").attr("style"))
    .addClass(jQuery("#upcoming h4 a").attr("class"));

        jQuery('[title]').removeAttr('title');

    </script>
        <style>
    
        .topnav form input[type="text"]::placeholder{
            color: ;
        }

                    .main-container .breadcrumb-section{
                display:none !important;
            }
        
        .media-boxes-search input[type=text]::placeholder{
            color: ;
        }
                        /* About body section */
    
        .col-md-3 form input#s, .col-md-3 form input#s::placeholder {
            color:  !important;
        }
    </style>
    <script type="rocketlazyloadscript">
        jQuery('[title]').removeAttr('title');
    </script>

    
        <script type="rocketlazyloadscript">
            //jQuery('.single-news .banner-bg-img').attr('style','background-image:url() !important; height: 415px; background-size:cover !important;'); 
        </script>
        
        <script type="rocketlazyloadscript">
            //jQuery('.single-library .banner-bg-img').attr('style','background-image:url() !important; height: 415px; background-size:cover !important;background-position: Top Center!important;'); 
        </script>
        
        <script type="rocketlazyloadscript">
            jQuery('.single-post .banner-bg-img').attr('style','background-image:url(https://i0.wp.com/buildingchampions.com/wp-content/uploads/2020/09/GettyImages-623200866-scaled-e1600907404784.jpg) !important; height: 415px; background-size:cover !important;'); 
        </script>
        
    <style>
        .single-news .share-links.blog-share, .comment-box, .blog-view:after {
            display: none !important;
        }
        .page-template-library .library-category {
            min-height: 500px;
        }
		body > header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

body > header * {
    z-index: 999 !important;
}



form.navbar-form.navbar-right {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

header ul#utility-menu > li > a {
    padding-bottom: 0 !important;
    /* padding-top: 0 !important; */
}

ul.nav.navbar-nav > li > a {
    padding-top: 7px !important;
    padding-bottom: 0 !important;
}

input#headerSearch {
    border: none !important;
}

.mainnav,.topnav {
    padding: 0 50px;
}
		footer {
    padding-top:10px;
    padding-bottom:10px;
}

ul#footer-menu {
    display: flex;
    list-style: none;
}
    </style>
	


</body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1628158782 -->