<!doctype html >
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
      class="ios-preview-native-scroll">
<head>
    <meta charset="utf-8">
    





































<script type="text/javascript">
    window._currentDevice = 'desktop';
    window.Parameters = window.Parameters || {
        HomeUrl: 'https://www.leadfirst.ai/',

        SystemID: 'US_DIRECT_PRODUCTION',
        SiteAlias: '34266c3f',
        SiteType: atob('RFVEQU9ORQ=='),
        PublicationDate: 'Feb 05, 2026',
        ExternalUid: null,
        IsSiteMultilingual: false,
        InitialPostAlias: '',
        InitialPostPageUuid: '',
        InitialDynamicItem: '',
        DynamicPageInfo: {
            isDynamicPage: false,
            base64JsonRowData: 'null',
        },
        InitialPageAlias: 'gary-harpst',
        InitialPageUuid: '1e32ac6908fe452cb8eb807161497889',
        InitialPageId: '42466453',
        InitialEncodedPageAlias: 'Z2FyeS1oYXJwc3Q=',
        InitialHeaderUuid: '44190d17f88f4699a7c4fd968bc5b10d',
        CurrentPageUrl: '',
        IsCurrentHomePage: false,
        AllowAjax: false,
        AfterAjaxCommand: null,
        HomeLinkText: 'Back To Home',
        UseGalleryModule: false,
        CurrentThemeName: 'Layout Theme',
        ThemeVersion: '500000',
        DefaultPageAlias: '',
        RemoveDID: true,
        WidgetStyleID: null,
        IsHeaderFixed: false,
        IsHeaderSkinny: false,
        IsBfs: true,
        StorePageAlias: 'null',
        StorePagesUrls: 'eyJTVE9SRV9DQVRFR09SWV9QQUdFIjoiY2F0ZWdvcnkiLCJTVE9SRV9QUk9EVUNUX1BBR0UiOiJwcm9kdWN0In0=',
        IsNewStore: 'false',
        StorePath: '',
        StoreId: 'null',
        StoreVersion: 0,
        StoreBaseUrl: '',
        StoreCleanUrl: true,
        StoreDisableScrolling: true,
        IsStoreSuspended: false,
        HasCustomDomain: true,
        SimpleSite: false,
        showCookieNotification: false,
        cookiesNotificationMarkup: 'null',
        translatedPageUrl: '',
        isFastMigrationSite: false,
        sidebarPosition: 'LEFT',
        currentLanguage: 'en',
        currentLocale: 'en',
        NavItems: '{}',
        errors: {
            general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
            password: 'Incorrect name/password combination',
            tryAgain: 'Try again'
        },
        NavigationAreaParams: {
            ShowBackToHomeOnInnerPages: true,
            NavbarSize: -1,
            NavbarLiveHomePage: 'https://www.leadfirst.ai/',
            BlockContainerSelector: '.dmBody',
            NavbarSelector: '#dmNav:has(a)',
            SubNavbarSelector: '#subnav_main'
        },
        hasCustomCode: true,
        planID: '20',
        customTemplateId: 'null',
        siteTemplateId: 'null',
        productId: 'DM_DIRECT',
        disableTracking: false,
        pageType: 'FROM_SCRATCH',
        isRuntimeServer: true,
        isInEditor: false,
        isInPreview: false,
        hasNativeStore: true,
        defaultLang: 'en',
        hamburgerMigration: null,
        isFlexSite: false
    };

    window.Parameters.LayoutID = {};
    window.Parameters.LayoutID[window._currentDevice] = 6;
    window.Parameters.LayoutVariationID = {};
    window.Parameters.LayoutVariationID[window._currentDevice] = 5;
</script>





















<!-- Injecting site-wide to the head -->















<script type="text/javascript" id="d_track_campaign">
    (function() {
        if (!window.location.search) {
            return;
        }
        const cleanParams = window.location.search.substring(1); // Strip ?
        const queryParams = cleanParams.split('&');

        const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
        const domain = 'domain=' + window.location.hostname;
        const path = "path=/";

        queryParams.forEach((param) => {
            const [key, value = ''] = param.split('=');
            if (key.startsWith('utm_')) {
                const cookieName = "_dm_rt_" + key.substring(4);
                const cookie = cookieName + "=" + value;
                const joined = [cookie, expires, domain, path].join(";");
                document.cookie = joined;
            }
        });
    }());
</script>
<script type="text/javascript" >
    var _dm_gaq = {};
    var _gaq = _gaq || [];
    var _dm_insite = [];
</script>




<script async src="https://www.googletagmanager.com/gtm.js?id=GTM-MS3PKKRX" id="d-js-gtm"
    onload="window.dispatchEvent(new CustomEvent('gtmLoaded', { bubbles: true }))"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J87PDNWRMP"></script>

<script type="text/javascript" id="d_track_ga">
    window.dataLayer = window.dataLayer || [];
    _dm_gaq.siteAlias = '34266c3f';
    _dm_gaq.externalGaqID = 'non-empty';

    function gtag() { dataLayer.push(arguments); }

    function pushInsiteImpressions(id) {
        _dm_insite.forEach((rule) => {
            _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId);
        });
    }

    _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) {
        const eventProps = {
            event_category: category,
            event_label: label,
            value,
            ...additionalParams
        };
        gtag('event', event, eventProps);
    }

    gtag('js', new Date())

    
gtag('set', 'developer_id.dMDU5Nj', true);
gtag('set', 'developer_id.dMWY5NG', true);
gtag('config', 'G-J87PDNWRMP', {
    'send_page_view': false,
    'linker': {
        'domains': ['www.leadfirst.ai']
    }
});

    _dm_gaq.pushEvent('', 'page_view');

    pushInsiteImpressions(_dm_gaq.externalGaqID);
</script>





<!-- End Injecting site-wide to the head -->

<!-- Inject secured cdn script -->


<!-- ========= Meta Tags ========= -->
<!-- PWA settings -->
<script>
    function toHash(str) {
        var hash = 5381, i = str.length;
        while (i) {
            hash = hash * 33 ^ str.charCodeAt(--i)
        }
        return hash >>> 0
    }
</script>
<script>
    (function (global) {
    //const cacheKey = global.cacheKey;
    const isOffline = 'onLine' in navigator && navigator.onLine === false;
    const hasServiceWorkerSupport = 'serviceWorker' in navigator;
    if (isOffline) {
        console.log('offline mode');
    }
    if (!hasServiceWorkerSupport) {
        console.log('service worker is not supported');
    }
    if (hasServiceWorkerSupport && !isOffline) {
        window.addEventListener('load', function () {
            const serviceWorkerPath = '/runtime-service-worker.js?v=3';
            navigator.serviceWorker
                .register(serviceWorkerPath, { scope: './' })
                .then(
                    function (registration) {
                        // Registration was successful
                        console.log(
                            'ServiceWorker registration successful with scope: ',
                            registration.scope
                        );
                    },
                    function (err) {
                        // registration failed :(
                        console.log('ServiceWorker registration failed: ', err);
                    }
                )
                .catch(function (err) {
                    console.log(err);
                });
        });

        // helper function to refresh the page
        var refreshPage = (function () {
            var refreshing;
            return function () {
                if (refreshing) return;
                // prevent multiple refreshes
                var refreshkey = 'refreshed' + location.href;
                var prevRefresh = localStorage.getItem(refreshkey);
                if (prevRefresh) {
                    localStorage.removeItem(refreshkey);
                    if (Date.now() - prevRefresh < 30000) {
                        return; // dont go into a refresh loop
                    }
                }
                refreshing = true;
                localStorage.setItem(refreshkey, Date.now());
                console.log('refereshing page');
                window.location.reload();
            };
        })();

        function messageServiceWorker(data) {
            return new Promise(function (resolve, reject) {
                if (navigator.serviceWorker.controller) {
                    var worker = navigator.serviceWorker.controller;
                    var messageChannel = new MessageChannel();
                    messageChannel.port1.onmessage = replyHandler;
                    worker.postMessage(data, [messageChannel.port2]);
                    function replyHandler(event) {
                        resolve(event.data);
                    }
                } else {
                    resolve();
                }
            });
        }
    }
})(window);
</script>
<!-- Add manifest -->
<!-- End PWA settings -->



<link rel="canonical" href="https://www.leadfirst.ai/gary-harpst">

<meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">

<!--Add favorites icons-->

<link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/34266c3f/site_favicon_16_1694007897878.ico"/>

<!-- End favorite icons -->
<link rel="preconnect" href="https://lirp.cdn-website.com/"/>



<!-- render the required CSS and JS in the head section -->
<script id='d-js-dmapi'>
    window.SystemID = 'US_DIRECT_PRODUCTION';

    if (!window.dmAPI) {
        window.dmAPI = {
            registerExternalRuntimeComponent: function () {
            },
            getCurrentDeviceType: function () {
                return window._currentDevice;
            },
            runOnReady: (ns, fn) => {
                const safeFn = dmAPI.toSafeFn(fn);
                ns = ns || 'global_' + Math.random().toString(36).slice(2, 11);
                const eventName = 'afterAjax.' + ns;

                if (document.readyState === 'complete') {
                    $.DM.events.off(eventName).on(eventName, safeFn);
                    setTimeout(function () {
                        safeFn({
                            isAjax: false,
                        });
                    }, 0);
                } else {
                    window?.waitForDeferred?.('dmAjax', () => {
                        $.DM.events.off(eventName).on(eventName, safeFn);
                        safeFn({
                            isAjax: false,
                        });
                    });
                }
            },
            toSafeFn: (fn) => {
                if (fn?.safe) {
                    return fn;
                }
                const safeFn = function (...args) {
                    try {
                        return fn?.apply(null, args);
                    } catch (e) {
                        console.log('function failed ' + e.message);
                    }
                };
                safeFn.safe = true;
                return safeFn;
            }
        };
    }

    if (!window.requestIdleCallback) {
        window.requestIdleCallback = function (fn) {
            setTimeout(fn, 0);
        }
    }
</script>

<!-- loadCSS function header.jsp-->






<script id="d-js-load-css">
/**
 * There are a few <link> tags with CSS resource in them that are preloaded in the page
 * in each of those there is a "onload" handler which invokes the loadCSS callback
 * defined here.
 * We are monitoring 3 main CSS files - the runtime, the global and the page.
 * When each load we check to see if we can append them all in a batch. If threre
 * is no page css (which may happen on inner pages) then we do not wait for it
 */
(function () {
  let cssLinks = {};
  function loadCssLink(link) {
    link.onload = null;
    link.rel = "stylesheet";
    link.type = "text/css";
  }
  
    function checkCss() {
      const pageCssLink = document.querySelector("[id*='CssLink']");
      const widgetCssLink = document.querySelector("[id*='widgetCSS']");

        if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) {
            const storedRuntimeCssLink = cssLinks.runtime;
            const storedPageCssLink = cssLinks.page;
            const storedGlobalCssLink = cssLinks.global;
            const storedWidgetCssLink = cssLinks.widget;

            storedGlobalCssLink.disabled = true;
            loadCssLink(storedGlobalCssLink);

            if (storedPageCssLink) {
                storedPageCssLink.disabled = true;
                loadCssLink(storedPageCssLink);
            }

            if(storedWidgetCssLink) {
                storedWidgetCssLink.disabled = true;
                loadCssLink(storedWidgetCssLink);
            }

            storedRuntimeCssLink.disabled = true;
            loadCssLink(storedRuntimeCssLink);

            requestAnimationFrame(() => {
                setTimeout(() => {
                    storedRuntimeCssLink.disabled = false;
                    storedGlobalCssLink.disabled = false;
                    if (storedPageCssLink) {
                      storedPageCssLink.disabled = false;
                    }
                    if (storedWidgetCssLink) {
                      storedWidgetCssLink.disabled = false;
                    }
                    // (SUP-4179) Clear the accumulated cssLinks only when we're
                    // sure that the document has finished loading and the document 
                    // has been parsed.
                    if(document.readyState === 'interactive') {
                      cssLinks = null;
                    }
                }, 0);
            });
        }
    }
  

  function loadCSS(link) {
    try {
      var urlParams = new URLSearchParams(window.location.search);
      var noCSS = !!urlParams.get("nocss");
      var cssTimeout = urlParams.get("cssTimeout") || 0;

      if (noCSS) {
        return;
      }
      if (link.href && link.href.includes("d-css-runtime")) {
        cssLinks.runtime = link;
        checkCss();
      } else if (link.id === "siteGlobalCss") {
        cssLinks.global = link;
        checkCss();
      } 
      
      else if (link.id && link.id.includes("CssLink")) {
        cssLinks.page = link;
        checkCss();
      } else if (link.id && link.id.includes("widgetCSS")) {
        cssLinks.widget = link;
        checkCss();
      }
      
      else {
        requestIdleCallback(function () {
          window.setTimeout(function () {
            loadCssLink(link);
          }, parseInt(cssTimeout, 10));
        });
      }
    } catch (e) {
      throw e
    }
  }
  window.loadCSS = window.loadCSS || loadCSS;
})();
</script>



<script data-role="deferred-init" type="text/javascript">
    /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/
    function Def() {
        this.promise = new Promise((function (a, b) {
            this.resolve = a, this.reject = b
        }).bind(this))
    }

    const defs = {};
    window.getDeferred = function (a) {
        return null == defs[a] && (defs[a] = new Def), defs[a]
    }
    window.waitForDeferred = function (b, a, c) {
        let d = window?.getDeferred?.(b);
        d
            ? d.promise.then(a)
            : c && ["complete", "interactive"].includes(document.readyState)
                ? setTimeout(a, 1)
                : c
                    ? document.addEventListener("DOMContentLoaded", a)
                    : console.error(`Deferred  does not exist`);
    };
</script>
<style id="forceCssIncludes">
    /* This file is auto-generated from a `scss` file with the same name */

.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
    

</style>
<style id="cssVariables" type="text/css">
    :root {
  --color_1: rgba(255, 202, 5, 1);
  --color_2: rgba(208,222,233,1);
  --color_3: rgba(30, 84, 164, 1);
  --color_4: rgba(126, 139, 150, 1);
  --color_5: rgba(255, 255, 255, 1);
}
</style>























<!-- Google Fonts Include -->













<!-- loadCSS function fonts.jsp-->



<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Albert+Sans:wght@100..900&family=Syne:wght@400..800&family=Domine:wght@400..700&family=Amiko:wght@400;600;700&family=Fahkwang:wght@200;300;400;500;600;700&family=Manrope:wght@200..800&family=Playball:wght@400&family=Josefin+Sans:wght@100..700&family=Homemade+Apple:wght@400&family=Titillium+Web:wght@200;300;400;600;700;900&family=Space+Mono:wght@400;700&family=Alata:wght@400&family=Alegreya:wght@400..900&family=Amiri:wght@400;700&family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Bebas+Neue:wght@400&family=Be+Vietnam:wght@100;200;300;400;600;700;800;900&family=Comfortaa:wght@300..700&family=Dancing+Script:wght@400..700&family=DM+Sans:wght@100..1000&family=DM+Serif+Display:wght@400&family=Droid+Sans:wght@400;700&family=Droid+Sans+Mono:wght@400&family=Droid+Serif:wght@400;700&amp;subset=latin-ext&amp;display=swap"  />

<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Epilogue:wght@100..900&family=Fjalla+One:wght@400&family=Heebo:wght@100..900&family=Inter:wght@100..900&family=Jost:wght@100..900&family=Lato:wght@100;300;400;700;900&family=Lora:wght@400..700&family=Merriweather:wght@300;400;700;900&family=Montserrat:wght@100..900&family=Muli:wght@200;300;400;600;700;800;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif:wght@100..900&family=Nunito+Sans:wght@200..1000&family=Old+Standard+TT:wght@400;700&family=Open+Sans:wght@300..800&family=Oswald:wght@200..700&family=Playfair+Display:wght@400..900&family=Petit+Formal+Script:wght@400&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Prata:wght@400&family=Prompt:wght@100;200;300;400;500;600;700;800;900&family=PT+Sans:wght@400;700&family=Quicksand:wght@300..700&family=Raleway:wght@100..900&amp;subset=latin-ext&amp;display=swap"  />

<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Roboto:wght@100;300;400;500;700;900&family=Roboto+Mono:wght@100..700&family=Roboto+Slab:wght@100..900&family=Rubik:wght@300..900&family=Rock+Salt:wght@400&family=Shadows+Into+Light:wght@400&family=Slabo+27px:wght@400&family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Spartan:wght@100;200;300;400;600;700;800;900&family=Sulphur+Point:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&family=Vidaloka:wght@400&family=Work+Sans:wght@100..900&family=Yeseva+One:wght@400&family=Mulish:wght@200..1000&family=Red+Rose:wght@300..700&family=Abril+Fatface:wght@400&family=Fraunces:wght@100..900&family=Albert+Sans:wght@100..900&family=Libre+Baskerville:wght@400;700&family=Space+Grotesk:wght@300..700&family=Outfit:wght@100..900&family=Aboreto:wght@400&family=Arapey:wght@400&amp;subset=latin-ext&amp;display=swap"  />

<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Questrial:wght@400&family=Marcellus:wght@400&family=Red+Hat+Display:wght@300..900&family=Red+Hat+Text:wght@300..700&family=Quattrocento+Sans:wght@400;700&family=Hedvig+Letters+Serif:wght@400&amp;subset=latin-ext&amp;display=swap"  />





<!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
<link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/6494/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" />

<!-- End of RT CSS Include -->

<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/25554531d301daf6b3e59b117a875f66.css" id="widgetCSS" />

<!-- Support `img` size attributes -->
<style>img[width][height] {
  height: auto;
}</style>

<!-- Support showing sticky element on page only -->
<style>
  body[data-page-alias="gary-harpst"] #dm [data-show-on-page-only="gary-harpst"] {
    display: block !important;
  }
</style>

<!-- This is populated in Ajax navigation -->
<style id="pageAdditionalWidgetsCss" type="text/css">
</style>




<!-- Site CSS -->
<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/34266c3f/files/34266c3f_1.min.css?v=981" id="siteGlobalCss" />



<style id="customWidgetStyle" type="text/css">
    
</style>
<style id="innerPagesStyle" type="text/css">
    
</style>


<style
        id="additionalGlobalCss" type="text/css"
>
</style>

<style id="pagestyle" type="text/css">
    *#dm *.dmBody *.u_1900443754:before
{
	opacity:0.5 !important;
	background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1900443754.before
{
	opacity:0.5 !important;
	background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody div.dmforminput textarea
{
	font-style:italic !important;
}
*#dm *.dmBody div.dmforminput *.fileUploadLink
{
	font-style:italic !important;
}
*#dm *.dmBody div.checkboxwrapper span
{
	font-style:italic !important;
}
*#dm *.dmBody div.radiowrapper span
{
	font-style:italic !important;
}
*#dm *.dmBody div.caption-container *.caption-text *.rteBlock
{
	color:rgba(153,153,153,1) !important;
}
*#dm *.dmBody div.u_1900443754:before
{
	background-color:rgba(0,0,0,1) !important;
	opacity:0.35 !important;
}
*#dm *.dmBody div.u_1900443754.before
{
	background-color:rgba(0,0,0,1) !important;
	opacity:0.35 !important;
}
*#dm *.dmBody div.u_1900443754>.bgExtraLayerOverlay
{
	opacity:0.35 !important;
}
*#dm *.dmBody div.u_1532162032
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1190423338
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1717987788
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody h3.u_1557671040
{
	line-height:normal !important;
}
*#dm *.dmBody div.u_1018923344
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1485891362
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1337062931
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1366022302
{
	width:100% !important;
}
*#dm *.dmBody *.u_1640906834
{
	width:100% !important;
}
*#dm *.dmBody div.u_1511010028
{
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/garyharpst+onstage-2880w.jpg) !important;
}
*#dm *.dmBody *.u_1511010028:before
{
	opacity:0.5 !important;
	background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1511010028.before
{
	opacity:0.5 !important;
	background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1511010028>.bgExtraLayerOverlay
{
	opacity:0.5 !important;
	background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody div.u_1511010028:before
{
	background-color:rgba(126,139,150,1) !important;
}
*#dm *.dmBody div.u_1511010028.before
{
	background-color:rgba(126,139,150,1) !important;
}
*#dm *.dmBody div.u_1511010028>.bgExtraLayerOverlay
{
	background-color:rgba(126,139,150,1) !important;
}
*#dm *.dmBody div.u_1898898511 .accordion-wrapper
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_books
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_CEO
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1678704976
{
	background-color:rgba(148,163,175,1) !important;
}
*#dm *.dmBody div.u_1610645873 .accordion-wrapper
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1834650596
{
	background-color:rgba(239,241,243,1) !important;
}
*#dm *.dmBody div.u_1898898511 .accordion-title
{
	background-color:rgba(148,163,175,1) !important;
	color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1898898511 .title-text
{
	color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1898898511 .title-text *
{
	color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1898898511 .arrow-wrapper
{
	background-color:rgba(30,84,164,1) !important;
}
*#dm *.dmBody *.u_1898898511 .accordion-title .arrow .close
{
	fill:rgba(255,255,255,1) !important;
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1898898511 .accordion-title .horizontal
{
	fill:rgba(255,255,255,1) !important;
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1898898511 .accordion-title .vertical
{
	fill:rgba(255,255,255,1) !important;
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_speaking
{
	background-color:rgba(239,241,243,1) !important;
}
*#dm *.dmBody div.u_1402851859
{
	background-color:rgba(239,241,243,1) !important;
}
*#dm *.dmBody *.u_1078289439
{
	width:100% !important;
}
*#dm *.dmBody div.u_topics
{
	background-color:rgba(239,241,243,1) !important;
}
*#dm *.dmBody div.u_1900443754
{
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/gary-harpst-sitting-in-chair-1-2880w.jpg) !important;
}
*#dm *.dmBody div.u_1363381629
{
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/GH-home-office-1-2880w.jpg) !important;
	background-size:cover !important;
	border-radius:10px !important;
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
}
*#dm *.dmBody div.u_1192737174
{
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/gary-harpst-author-speaker-ceo-2880w.jpg) !important;
	background-size:cover !important;
	border-radius:10px !important;
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
}
*#dm *.dmBody div.u_1323957833
{
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/gary-harpst-sitting-in-chair-1-2880w.jpg) !important;
	background-size:cover !important;
	border-radius:10px !important;
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
}
*#dm *.dmBody div.u_1486738290
{
	background-repeat:no-repeat !important;
	background-image:none !important;
	background-size:cover !important;
	border-radius:10px !important;
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
}
*#dm *.dmBody *.u_1408280860
{
	width:100% !important;
}
*#dm *.dmBody a.u_1127017812
{
	border-style:solid !important;
	border-width:1px !important;
	border-radius:300px 300px 300px 300px !important;
}
*#dm *.dmBody a.u_1974559246
{
	border-style:solid !important;
	border-width:1px !important;
	border-radius:300px 300px 300px 300px !important;
}
*#dm *.dmBody a.u_1590841448
{
	border-style:solid !important;
	border-width:1px !important;
	border-radius:300px 300px 300px 300px !important;
}
*#dm *.dmBody a.u_1604103224
{
	border-style:solid !important;
	border-width:1px !important;
	border-radius:300px 300px 300px 300px !important;
}
*#dm *.dmBody a.u_1686456951
{
	border-style:solid !important;
	border-width:1px !important;
	border-radius:300px 300px 300px 300px !important;
}
*#dm *.dmBody div.u_1119897396
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1739262570
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1434228596
{
	background-color:rgba(0,0,0,0) !important;
	border-radius:0 0 0 0 !important;
}
*#dm *.dmBody div.u_1052602574 input:not([type="submit"])
{
	border-color:rgba(18,48,33,1) !important;
	border-style:solid !important;
	border-width:1px !important;
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1052602574 textarea
{
	border-color:rgba(18,48,33,1) !important;
	border-style:solid !important;
	border-width:1px !important;
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1052602574 select
{
	border-color:rgba(18,48,33,1) !important;
	border-style:solid !important;
	border-width:1px !important;
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1052602574 .dmforminput label:not(.for-checkable):not(.custom-contact-checkable)
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .m-recaptcha
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 input::placeholder
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 input.placeholder
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 textarea::placeholder
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 textarea.placeholder
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 select::placeholder
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 select.placeholder
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .dmforminput input
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .dmforminput textarea
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .dmforminput .fileUploadLink
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .checkboxwrapper span
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .radiowrapper span
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .optinwrapper div
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .freetextwrapper
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .dmforminput select
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .dmforminput option
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody *.u_1052602574 .dmforminput input
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .dmforminput textarea
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .dmforminput .fileUploadLink
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .checkboxwrapper span
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .radiowrapper span
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .optinwrapper div
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .freetextwrapper
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .dmforminput select
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .dmforminput option
{
	text-align:LEFT !important;
}
*#dm *.dmBody *.u_1052602574 .dmformsubmit
{
	float:none !important;
	display:block !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
*#dm *.dmBody div.u_1052602574 .dmform-success
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody div.u_1052602574 .dmform-success .rteBlock
{
	color:rgba(75,76,83,1) !important;
}
*#dm *.dmBody *.u_1052602574 .dmform-success
{
	text-align:CENTER !important;
}
*#dm *.dmBody *.u_1052602574 .dmform-success .rteBlock
{
	text-align:CENTER !important;
}
*#dm *.dmBody div.u_contact-gary
{
	background-color:rgba(255,255,255,1) !important;
}

</style>

<style id="pagestyleDevice" type="text/css">
    *#dm *.dmBody div.caption-container *.caption-text *.rteBlock
{
	font-size:16px !important;
}
*#dm *.dmBody a.u_1686456951 span.text
{
	font-size:18px !important;
}
*#dm *.dmBody div.u_1532162032
{
	padding-top:80px !important;
	padding-bottom:80px !important;
}
*#dm *.dmBody div.u_1211087829
{
	padding-right:40px !important;
	margin-left:0 !important;
	padding-top:50px !important;
	padding-left:0 !important;
	padding-bottom:50px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
}
*#dm *.dmBody div.u_1486738290
{
	background-position:100% 50% !important;
}
*#dm *.dmBody div.u_1573419524
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:500px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:334px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody a.u_1604103224 span.text
{
	font-size:18px !important;
}
*#dm *.dmBody div.u_1062253926
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:500px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:334px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1192737174
{
	background-position:50% 50% !important;
}
*#dm *.dmBody div.u_1190423338
{
	padding-top:0 !important;
	padding-bottom:80px !important;
	margin-left:0 !important;
	padding-left:40px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_1717987788
{
	padding-top:0 !important;
	padding-bottom:80px !important;
	margin-left:0 !important;
	padding-left:40px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_1637455612
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:542px !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:8px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:0 !important;
	display:block !important;
}
*#dm *.dmBody div.u_1363381629
{
	background-position:100% 50% !important;
}
*#dm *.dmBody div.u_1952140960
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody h3.u_1557671040
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:calc(100% - 0px) !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:left !important;
}
*#dm *.dmBody div.u_1693667718
{
	padding-right:10px !important;
	padding-left:10px !important;
}
*#dm *.dmBody div.u_1641745023
{
	margin-top:0 !important;
}
*#dm *.dmBody div.u_1292448051
{
	margin-top:0 !important;
}
*#dm *.dmBody div.u_1435396249
{
	margin-top:0 !important;
}
*#dm *.dmBody h3.u_1102252814
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:calc(100% - 0px) !important;
	margin-top:10px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:left !important;
}
*#dm *.dmBody h3.u_1800620525
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:calc(100% - 0px) !important;
	margin-top:10px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:left !important;
}
*#dm *.dmBody h3.u_1069964383
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:calc(100% - 0px) !important;
	margin-top:10px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:left !important;
}
*#dm *.dmBody div.u_1552505027
{
	margin-left:0 !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
	padding-right:0 !important;
}
*#dm *.dmBody div.u_1485891362
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-top:5px !important;
	padding-left:40px !important;
	padding-bottom:80px !important;
	max-width:100% !important;
	padding-right:40px !important;
	min-width:0 !important;
	text-align:center !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
*#dm *.dmBody div.u_1977205646
{
	padding-right:20px !important;
	margin-left:0 !important;
	padding-top:50px !important;
	padding-left:20px !important;
	padding-bottom:50px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
}
*#dm *.dmBody div.u_1098176504
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:8px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1768333067
{
	padding-right:20px !important;
	margin-left:0 !important;
	padding-top:50px !important;
	padding-left:20px !important;
	padding-bottom:50px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
}
*#dm *.dmBody div.u_1716292860
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:634px !important;
	margin-top:8px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1152674575
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:634px !important;
	padding-right:0 !important;
	min-width:25px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-top:47px !important;
	margin-bottom:8px !important;
}
*#dm *.dmBody div.u_1616548169
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:25px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-top:43px !important;
	margin-bottom:8px !important;
}
*#dm *.dmBody a.u_1974559246 span.text
{
	font-size:18px !important;
}
*#dm *.dmBody div.u_1197385199
{
	padding-right:40px !important;
	margin-left:0 !important;
	padding-top:50px !important;
	padding-left:0 !important;
	padding-bottom:50px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
}
*#dm *.dmBody div.u_1337062931
{
	padding-top:0 !important;
	padding-bottom:80px !important;
	padding-left:40px !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_1143665010
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:634px !important;
	margin-top:8px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1366022302
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	max-width:187.983px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1069964383
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:38.1666px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1640906834
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	max-width:179.983px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
	height:auto !important;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
*#dm *.dmBody h4.u_1800620525
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:35.65px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:left !important;
}
*#dm *.dmBody div.u_1102252814
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:38.3px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1018923344
{
	padding-top:90px !important;
	padding-bottom:20px !important;
	padding-right:30px !important;
	padding-left:30px !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1557671040
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:-7px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1548027810
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:634px !important;
	padding-right:0 !important;
	min-width:25px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-top:0 !important;
	margin-bottom:8px !important;
}
*#dm *.dmBody a.u_1575129863
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 135px) !important;
	position:relative !important;
	height:50px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:108px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody a.u_1321738377
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 135px) !important;
	position:relative !important;
	height:50px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	max-width:108px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody a.u_1144055272
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 135px) !important;
	position:relative !important;
	height:50px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	max-width:108px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody a.u_1974559246
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:221px !important;
	position:relative !important;
	height:60px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody a.u_1590841448 span.text
{
	font-size:18px !important;
}
*#dm *.dmBody div.u_1834650596
{
	padding-top:15px !important;
	padding-left:40px !important;
	padding-bottom:100px !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_1511010028
{
	background-attachment:fixed !important;
	background-size:cover !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-top:185px !important;
	padding-left:40px !important;
	padding-bottom:185px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:40px !important;
	min-width:0 !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1898898511
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 163px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:874px !important;
	margin-top:30px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1898898511 .accordion-description .section-inner
{
	font-size:18px !important;
}
*#dm *.dmBody div.u_books
{
	padding-top:0 !important;
	padding-bottom:80px !important;
	margin-left:0 !important;
	padding-left:40px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_1573793753
{
	margin-left:0 !important;
	padding-top:15px !important;
	padding-left:40px !important;
	padding-bottom:15px !important;
	margin-top:30px !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_CEO
{
	padding-top:80px !important;
	padding-bottom:80px !important;
}
*#dm *.dmBody div.u_1678704976
{
	padding-top:15px !important;
	padding-left:40px !important;
	padding-bottom:100px !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_1610645873
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 163px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:874px !important;
	margin-top:30px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1610645873 .accordion-description .section-inner
{
	font-size:18px !important;
}
*#dm *.dmBody a.u_1127017812 span.text
{
	font-size:18px !important;
}
*#dm *.dmBody div.u_1184066538
{
	padding-right:20px !important;
	padding-left:20px !important;
	margin-left:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
}
*#dm *.dmBody div.u_1033432234
{
	padding-right:20px !important;
	padding-left:20px !important;
	margin-left:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
}
*#dm *.dmBody div.u_1075719446
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:290px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1694731386
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:288px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1358778707
{
	margin-left:0 !important;
	padding-top:50px !important;
	padding-left:40px !important;
	padding-bottom:50px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right:0 !important;
	padding-right:40px !important;
	width:auto !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	position:relative !important;
	height:auto !important;
	max-width:100% !important;
	min-width:0 !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1009136099
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 190px) !important;
	position:relative !important;
	height:461px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:820px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1399788616
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:8px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1078289439
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:187.983px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1402851859
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-top:30px !important;
	padding-left:0 !important;
	padding-bottom:100px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:none !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_topics
{
	padding-top:15px !important;
	padding-left:40px !important;
	padding-bottom:100px !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_speaking
{
	padding-top:40px !important;
	padding-bottom:43px !important;
	padding-left:40px !important;
	padding-right:40px !important;
	width:auto !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	position:relative !important;
	height:auto !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1769030096
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:651px !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:338px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1900443754
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-top:70px !important;
	padding-left:40px !important;
	padding-bottom:70px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:40px !important;
	min-width:0 !important;
	text-align:center !important;
	background-attachment:initial !important;
	background-size:cover !important;
	background-position:0 50% !important;
}
*#dm *.dmBody div.u_1323957833
{
	background-position:50% 50% !important;
	background-attachment:initial !important;
}
*#dm *.dmBody a.u_1127017812
{
	display:block !important;
	float:none !important;
	top:0px !important;
	left:0px !important;
	width:257px !important;
	position:relative !important;
	height:60px !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-bottom:0px !important;
	max-width:100% !important;
	padding-right:0px !important;
	min-width:0 !important;
	text-align:center !important;
	margin-right:auto !important;
	margin-left:0 !important;
	margin-top:25px !important;
	margin-bottom:10px !important;
	min-height:auto !important;
}
*#dm *.dmBody div.u_1281949381
{
	margin-left:0px !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-bottom:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-right:0px !important;
	padding-right:0px !important;
	width:auto !important;
}
*#dm *.dmBody a.u_1604103224
{
	display:block !important;
	float:none !important;
	top:0px !important;
	left:0px !important;
	width:259px !important;
	position:relative !important;
	height:60px !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-bottom:0px !important;
	margin-right:auto !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:27px !important;
	margin-bottom:10px !important;
	padding-right:0px !important;
	min-width:0 !important;
	text-align:center !important;
	min-height:auto !important;
}
*#dm *.dmBody a.u_1686456951
{
	display:block !important;
	float:none !important;
	top:0px !important;
	left:0px !important;
	width:261px !important;
	position:relative !important;
	height:60px !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-bottom:0px !important;
	margin-right:auto !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:27px !important;
	margin-bottom:10px !important;
	padding-right:0px !important;
	min-width:0 !important;
	text-align:center !important;
	min-height:auto !important;
}
*#dm *.dmBody a.u_1590841448
{
	display:block !important;
	float:none !important;
	top:0px !important;
	left:0px !important;
	width:282.969px !important;
	position:relative !important;
	height:60px !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-bottom:0px !important;
	max-width:100% !important;
	padding-right:0px !important;
	min-width:0 !important;
	text-align:center !important;
	margin-right:auto !important;
	margin-left:0 !important;
	margin-top:0px !important;
	margin-bottom:10px !important;
	min-height:auto !important;
}
*#dm *.dmBody div.u_1435916118
{
	margin-left:0 !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-top:0 !important;
	margin-bottom:20px !important;
	margin-right:0 !important;
	padding-right:0 !important;
}
*#dm *.dmBody div.u_1052602574 .dmforminput label:not(.for-checkable):not(.custom-contact-checkable)
{
	font-size:16px !important;
}
*#dm *.dmBody div.u_1052602574 .m-recaptcha
{
	font-size:16px !important;
}
*#dm *.dmBody div.u_1052602574 .dmform-success
{
	font-size:16px !important;
}
*#dm *.dmBody div.u_1052602574 .dmform-success .rteBlock
{
	font-size:16px !important;
}
*#dm *.dmBody div.u_1052602574 .dmformsubmit
{
	height:55px !important;
	width:280px !important;
}
*#dm *.dmBody div.u_1415209364
{
	margin-left:0px !important;
	padding-top:16px !important;
	padding-left:16px !important;
	padding-bottom:16px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-right:0px !important;
	padding-right:16px !important;
}
*#dm *.dmBody div.u_1434228596
{
	padding-top:16px !important;
	padding-left:16px !important;
	padding-bottom:16px !important;
	padding-right:16px !important;
	margin-left:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-right:0px !important;
}
*#dm *.dmBody div.u_1739262570
{
	margin-left:0px !important;
	padding-top:0px !important;
	padding-left:40px !important;
	padding-bottom:100px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-right:0px !important;
	padding-right:40px !important;
	width:auto !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	position:relative !important;
	height:auto !important;
	max-width:100% !important;
	min-width:0 !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1805611694
{
	float:none !important;
	top:0px !important;
	left:0 !important;
	width:calc(100% - 32px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0px !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:796px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-right:0px !important;
	min-width:25px !important;
	display:block !important;
}
*#dm *.dmBody div.u_1052602574
{
	margin-left:auto !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-bottom:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-right:auto !important;
	padding-right:0px !important;
	float:none !important;
	top:0px !important;
	left:0 !important;
	width:calc(100% - 15px) !important;
	position:relative !important;
	height:auto !important;
	max-width:830px !important;
	min-width:25px !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1119897396
{
	margin-left:0px !important;
	padding-top:80px !important;
	padding-left:40px !important;
	padding-bottom:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-right:0px !important;
	padding-right:40px !important;
	width:auto !important;
}
*#dm *.dmBody div.u_contact-gary
{
	margin-left:0px !important;
	padding-top:80px !important;
	padding-left:40px !important;
	padding-bottom:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-right:0px !important;
	padding-right:40px !important;
	width:auto !important;
}

</style>

<!-- Flex Sections CSS -->

 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-desktop-62a5b29cfb6ca21acbfec1bf-44190d17f88f4699a7c4fd968bc5b10d">@media all {
    
#\36 2a5b29cfb6ca21acbfec1c0 {
    margin: 0px 0% 0px 0%;
}
    
#\36 2a5b29cfb6ca21acbfec1c1 {
    background-color: rgba(35,60,118,1);
    background-image: initial;
}
    
#\36 2a5b29cfb6ca21acbfec1c2 {
    min-height: 100px;
    flex-wrap: nowrap;
    column-gap: 2%;
    row-gap: 12px;
    width: 100%;
    padding: 50px 0% 0px 0%;
    margin: 0px 0% 0px 0%;
    grid-area: 1 / 1 / span 1 / span 1;
}
    
#\36 2a5b29cfb6ca21acbfec1c9 {
    min-height: 8px;
    margin-right: 0%;
    column-gap: 4%;
    row-gap: 12px;
    margin-left: 0%;
    width: 32%;
    justify-content: flex-start;
    margin-bottom: 0px;
    min-width: 4%;
    padding: 16px 16px 16px 16px;
}
    
#\36 2a5b29cfb6ca21acbfec1c3 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    background-color: rgba(0,0,0,0);
    width: 32%;
    justify-content: flex-start;
    min-width: 4%;
    padding: 16px 16px 16px 16px;
    margin: 0px 0% 0px 0%;
}
    
#\36 2a5b29cfb6ca21acbfec1c4 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 12px;
    width: 32%;
    justify-content: flex-start;
    min-width: 4%;
    padding: 20px 16px 16px 16px;
    margin: 0px 0% 0px 0%;
}
    
#d1051499.flex-element.widget-wrapper > [data-element-type] {
    padding: 2px 0px 2px 0px;
}
#d1051499 {
    align-self: auto;
    max-width: none;
    width: 99.88%;
    justify-self: auto;
    height: auto;
    order: 3;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#widget_10t {
    align-self: auto;
    max-width: 100%;
    width: 224px;
    justify-self: auto;
    height: 67px;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#widget_rn8 {
    align-self: auto;
    max-width: 100%;
    width: auto;
    justify-self: auto;
    height: auto;
    order: 2;
    grid-area: auto / auto / auto / auto;
}
    
#widget_cc3 {
    width: 100%;
    height: auto;
    position: relative;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    align-self: stretch;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-desktop-62a5b3d3fb6ca21acbfef04b-44190d17f88f4699a7c4fd968bc5b10d">@media all {
    
#\36 2a5b3d3fb6ca21acbfef052 {
    align-self: stretch;
    max-width: none;
    width: 100%;
    height: auto;
    order: 0;
    margin: 0px 0% 0px 0%;
}
    
#\36 2a5b3d3fb6ca21acbfef051 {
    min-height: 32px;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    padding: 0px 0% 0px 0%;
    margin: 0px 0% 0px 0%;
    grid-area: 1 / 1 / span 1 / span 1;
}
    
#\36 2a5b3d3fb6ca21acbfef04e {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 35px;
    width: 100%;
    align-items: center;
    min-width: 4%;
    padding: NaNpx 16px 0px 16px;
    margin: 0px 0% 0px 0%;
}
    
#\36 2a5b3d3fb6ca21acbfef04d {
    background-color: rgba(35,60,118,1);
    background-image: initial;
}
    
#\36 2a5b3d3fb6ca21acbfef04c {
    margin: 0px 0% 0px 0%;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-desktop-62a5b29cfb6ca21acbfec1cb-44190d17f88f4699a7c4fd968bc5b10d">@media all {
    
#\36 2a5b29cfb6ca21acbfec1d0 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 33.05%;
    min-width: 4%;
    padding: 0px 16px 0px 16px;
    margin: 0px 0% 0px 0%;
}
    
#\36 2a5b29cfb6ca21acbfec1d1 {
    align-self: auto;
    max-width: 100%;
    width: 455px;
    justify-self: auto;
    height: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#\36 2a5b29cfb6ca21acbfec1cc {
    margin: 0px 0% 0px 0%;
}
    
#\36 2a5b29cfb6ca21acbfec1cd {
    padding-top: 20px;
    border-top-width: 0px;
    padding-bottom: 20px;
    background-color: rgba(35,60,118,1);
    border-top-color: rgba(147, 147, 147, 1);
    border-style: solid;
    background-image: initial;
}
    
#\36 2a5b29cfb6ca21acbfec1ce {
    min-height: 9px;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    padding: 0% 0% 0% 0%;
    margin: 0px 0% 0px 0%;
    grid-area: 1 / 1 / span 1 / span 1;
}
    
#\36 2a5b29cfb6ca21acbfec1cf {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 62.95%;
    min-width: 4%;
    padding: 0px 16px 0px 16px;
    margin: 0px 0% 0px 0%;
}
    
#\36 2a5b2affb6ca21acbfec33a.flex-element.widget-wrapper > [data-element-type] {
    padding: 2px 0px 2px 0px;
}
#\36 2a5b2affb6ca21acbfec33a {
    align-self: stretch;
    max-width: none;
    width: 100%;
    justify-self: auto;
    height: auto;
    order: 0;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-adjustments_for_tablet-62a5b29cfb6ca21acbfec1bf-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 767px) and (max-width: 1024px) {
    
#d1051499 {
    width: 100%;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-adjustments_for_tablet-62a5b3d3fb6ca21acbfef04b-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 767px) and (max-width: 1024px) {
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-adjustments_for_tablet-62a5b29cfb6ca21acbfec1cb-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 767px) and (max-width: 1024px) {
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-tablet-62a5b29cfb6ca21acbfec1bf-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 767px) and (max-width: 1024px) {
    
#\36 2a5b29cfb6ca21acbfec1c3 {
    background-color: rgba(0,0,0,0);
    width: 32%;
    min-height: 8px;
    margin: 0% 0% 0% 0%;
}
    
#\36 2a5b29cfb6ca21acbfec1c2 {
    column-gap: 2%;
    flex-direction: row;
    min-height: 100px;
    flex-wrap: nowrap;
}
    
#\36 2a5b29cfb6ca21acbfec1c4 {
    width: 32%;
    min-height: 8px;
    margin: 0% 0% 0% 0%;
}
    
#\36 2a5b29cfb6ca21acbfec1c9 {
    width: 32%;
    min-height: 8px;
    margin: 0% 0% 0% 0%;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-tablet-62a5b3d3fb6ca21acbfef04b-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 767px) and (max-width: 1024px) {
    
#\36 2a5b3d3fb6ca21acbfef051 {
    padding-top: 70px;
    padding-bottom: 70px;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-tablet-62a5b29cfb6ca21acbfec1cb-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 767px) and (max-width: 1024px) {
    
#\36 2a5b29cfb6ca21acbfec1d0 {
    padding-left: 0px;
    width: 77.54%;
}
    
#\36 2a5b29cfb6ca21acbfec1d1 {
    align-self: auto;
    justify-self: auto;
    order: 0;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#\36 2a5b29cfb6ca21acbfec1ce {
    padding-left: 20px;
    padding-right: 0px;
}
    
#\36 2a5b29cfb6ca21acbfec1cf {
    width: 18.46%;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-desktop_wide-62a5b29cfb6ca21acbfec1bf-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 1400px) {
    
#\36 2a5b29cfb6ca21acbfec1c3 {
    background-color: rgba(0,0,0,0);
    width: 32%;
    min-height: 8px;
}
    
#\36 2a5b29cfb6ca21acbfec1c2 {
    flex-direction: row;
    min-height: 100px;
    flex-wrap: nowrap;
}
    
#\36 2a5b29cfb6ca21acbfec1c4 {
    width: 32%;
    min-height: 8px;
}
    
#\36 2a5b29cfb6ca21acbfec1c9 {
    width: 32%;
    min-height: 8px;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-desktop_wide-62a5b3d3fb6ca21acbfef04b-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 1400px) {
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-desktop_wide-62a5b29cfb6ca21acbfec1cb-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 1400px) {
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-inherited_from_desktop-62a5b29cfb6ca21acbfec1bf-44190d17f88f4699a7c4fd968bc5b10d">@media (max-width: 766px) {
    
#\36 2a5b29cfb6ca21acbfec1c1 {
    grid-template-rows: minmax(8px, max-content);
}
    
#\36 2a5b29cfb6ca21acbfec1c2 {
    grid-area: 1 / 1 / span 1 / span 1;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-inherited_from_desktop-62a5b3d3fb6ca21acbfef04b-44190d17f88f4699a7c4fd968bc5b10d">@media (max-width: 766px) {
    
#\36 2a5b3d3fb6ca21acbfef051 {
    grid-area: 1 / 1 / span 1 / span 1;
}
    
#\36 2a5b3d3fb6ca21acbfef04d {
    grid-template-rows: minmax(8px, max-content);
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-inherited_from_desktop-62a5b29cfb6ca21acbfec1cb-44190d17f88f4699a7c4fd968bc5b10d">@media (max-width: 766px) {
    
#\36 2a5b29cfb6ca21acbfec1cd {
    grid-template-rows: minmax(8px, max-content);
}
    
#\36 2a5b29cfb6ca21acbfec1ce {
    grid-area: 1 / 1 / span 1 / span 1;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-mobile_portrait-62a5b29cfb6ca21acbfec1bf-44190d17f88f4699a7c4fd968bc5b10d">@media (max-width: 767px) {
    
#\36 2a5b29cfb6ca21acbfec1c2 {
    row-gap: 15px;
    padding-top: 35px;
    flex-direction: column;
    padding-left: 4%;
    min-height: 0;
    flex-wrap: nowrap;
    padding-right: 4%;
}
    
#\36 2a5b29cfb6ca21acbfec1c9 {
    row-gap: 15px;
    width: 100%;
    min-height: 80px;
    align-items: center;
    padding: 0px 0px 0px 0px;
}
    
#\36 2a5b29cfb6ca21acbfec1c3 {
    row-gap: 15px;
    background-color: rgba(0,0,0,0);
    padding-left: 0px;
    width: 100%;
    min-height: 80px;
    align-items: center;
    padding-right: 0px;
}
    
#\36 2a5b29cfb6ca21acbfec1c4 {
    row-gap: 10px;
    width: 100%;
    min-height: 80px;
    align-items: center;
    padding: 0px 0px 0px 0px;
}
    
#d1051499 {
    align-self: stretch;
    margin-left: 0%;
    max-width: none;
    width: 100%;
    margin-right: 0px;
}
    
#widget_10t {
    width: 64.68%;
    height: 47px;
    align-self: flex-start;
    margin-left: 0px;
    margin-right: 0px;
}
    
#widget_rn8 {
    align-self: flex-start;
    margin-left: 0px;
    margin-right: 0px;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-mobile_portrait-62a5b3d3fb6ca21acbfef04b-44190d17f88f4699a7c4fd968bc5b10d">@media (max-width: 767px) {
    
#\36 2a5b3d3fb6ca21acbfef051 {
    flex-direction: column;
    min-height: unset;
    padding: 40px 4% 40px 4%;
}
    
#\36 2a5b3d3fb6ca21acbfef04e {
    row-gap: 20px;
    padding-left: 0px;
    width: 100%;
    min-height: 10px;
    align-items: center;
    padding-right: 0px;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-mobile_portrait-62a5b29cfb6ca21acbfec1cb-44190d17f88f4699a7c4fd968bc5b10d">@media (max-width: 767px) {
    
#\36 2a5b29cfb6ca21acbfec1d0 {
    padding-top: 0px;
    width: 100%;
    padding-bottom: 0px;
    min-height: 20px;
    align-items: center;
}
    
#\36 2a5b29cfb6ca21acbfec1ce {
    row-gap: 10px;
    flex-direction: column;
    min-height: unset;
    padding: 0px 4% 15px 4%;
}
    
#\36 2a5b29cfb6ca21acbfec1cf {
    padding-top: 0px;
    width: 100%;
    padding-bottom: 0px;
    min-height: 54px;
    align-items: center;
}
    
#\36 2a5b2affb6ca21acbfec33a {
    align-self: stretch;
    max-width: none;
    width: 100%;
    margin: 0px 0px 0px 0%;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-mobile_landscape-62a5b29cfb6ca21acbfec1bf-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 468px) and (max-width: 767px) {
    
#\36 2a5b29cfb6ca21acbfec1c3 {
    background-color: rgba(0,0,0,0);
    flex: 1 1 auto;
    width: 49%;
    min-height: 8px;
    margin: 0% 0% 0% 0%;
}
    
#\36 2a5b29cfb6ca21acbfec1c2 {
    column-gap: 2%;
    flex-direction: row;
    min-height: 460px;
    flex-wrap: wrap;
}
    
#\36 2a5b29cfb6ca21acbfec1c4 {
    flex: 1 1 auto;
    width: 49%;
    min-height: 8px;
    margin: 0% 0% 0% 0%;
}
    
#\36 2a5b29cfb6ca21acbfec1c9 {
    flex: 1 1 auto;
    width: 49%;
    min-height: 8px;
    margin: 0% 0% 0% 0%;
}
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-mobile_landscape-62a5b3d3fb6ca21acbfef04b-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 468px) and (max-width: 767px) {
}</style> 
 <style data-page-uuid="44190d17f88f4699a7c4fd968bc5b10d" data-is-header="true" id="grid-styles-mobile_landscape-62a5b29cfb6ca21acbfec1cb-44190d17f88f4699a7c4fd968bc5b10d">@media (min-width: 468px) and (max-width: 767px) {
}</style> 






<style id="globalFontSizeStyle" type="text/css">
    .font-size-55, .size-55, .size-55 > font { font-size: 55px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-40, .size-40, .size-40 > font { font-size: 40px !important; }.font-size-17, .size-17, .size-17 > font { font-size: 17px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>




<style id="hideAnimFix">
  .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
    visibility: hidden;
  }

  .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
    visibility: hidden !important;
  }

  #dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
    visibility: hidden;
  }

</style>






<!-- End render the required css and JS in the head section -->









  <link type="application/rss+xml" rel="alternate" href="https://www.leadfirst.ai/feed/rss2"/>
  <link type="application/atom+xml" rel="alternate" href="https://www.leadfirst.ai/feed/atom"/>
  <meta property="og:type" content="website"/>
  <meta property="og:url" content="https://www.leadfirst.ai/gary-harpst"/>
  <meta property="og:image" content="https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/DSC04064-1920w.jpg"/>
  <title>
    
    Gary Harpst - Keynote Speaker and CEO | LeadFirst
  
  </title>
  <meta name="description" content="Gary Harpst: Christian CEO, leadership expert, and chaos transformer. Invite Gary to speak or podcast for biblical insights on effective leadership, unleashing human potential, and business transformation."/>
  <!-- Meta Pixel Code -->  <script>












!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');

fbq('init', '963632005635772');
fbq('track', 'PageView');


  

  

  

  

  

  </script>
  <noscript>
  </noscript>
  <img height="1" width="1" src="https://www.facebook.com/tr?id=963632005635772&amp;ev=PageView
&amp;noscript=1"/>
  <!-- End Meta Pixel Code -->  <script id="vtag-ai-js" async="" src="https://r2.leadsy.ai/tag.js" data-pid="1sEKwFIJMwiwdz9ie" data-version="062024">









  
  
  
  
  

  

  

  

  

  </script>
  <script>









    (function(){
        var s    = document.createElement('script');
        var h    = document.querySelector('head') || document.body;
        s.src    = 'https://acsbapp.com/apps/app/dist/js/app.js';
        s.async  = true;
        s.onload = function(){
            acsbJS.init({
                statementLink    : '',
                footerHtml       : '',
                hideMobile       : false,
                hideTrigger      : false,
                disableBgProcess : false,
                language         : 'en',
                position         : 'left',
                leadColor        : '#233b77',
                triggerColor     : '#233b77',
                triggerRadius    : '50%',
                triggerPositionX : 'left',
                triggerPositionY : 'bottom',
                triggerIcon      : 'people',
                triggerSize      : 'medium',
                triggerOffsetX   : 20,
                triggerOffsetY   : 20,
                mobile           : {
                    triggerSize      : 'small',
                    triggerPositionX : 'right',
                    triggerPositionY : 'bottom',
                    triggerOffsetX   : 10,
                    triggerOffsetY   : 10,
                    triggerRadius    : '50%'
                }
            });
        };
        h.appendChild(s);
    })();
  
  
  
  
  
  
  
  
  

  

  

  

  

  </script>
  <script type="text/javascript">









    (function(c,l,a,r,i,t,y){
        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
    })(window, document, "clarity", "script", "nqsuk0hgyd");
  
  
  

  

  

  

  

  </script>
  <meta name="google-site-verification" content="GSaCoVVr4-ggGQzpi9vM0F8aIPMfusEA4HpGFbjqXI0"/>

  <meta name="twitter:card" content="summary"/>
  <meta name="twitter:title" content="Gary Harpst - Keynote Speaker and CEO | LeadFirst"/>
  <meta name="twitter:description" content="Gary Harpst: Christian CEO, leadership expert, and chaos transformer. Invite Gary to speak or podcast for biblical insights on effective leadership, unleashing human potential, and business transformation."/>
  <meta property="og:description" content="Gary Harpst: Christian CEO, leadership expert, and chaos transformer. Invite Gary to speak or podcast for biblical insights on effective leadership, unleashing human potential, and business transformation."/>
  <meta property="og:title" content="Gary Harpst - Keynote Speaker and CEO | LeadFirst"/>




<!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= -->
</head>





















<body id="dmRoot" data-page-alias="gary-harpst"  class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet "
      style="padding:0;margin:0;"
      
    >
















<!-- Preconnect to Snipcart -->
<link rel="preconnect" href="https://ms-cdn.multiscreensite.com">

<!-- Snipcart installation script https://docs.snipcart.com/v3/setup/installation#addproductbehavior -->
<script>
window.SnipcartSettings = {
    publicApiKey: "live_pub_20a7bbf3e0584d0eb24a99a84e8c4e5b",
    loadStrategy: "on-user-interaction",
    baseUrl: "https://ms-cdn.multiscreensite.com/",
    
    modalStyle: "side",
    
};

window._nativeEcommOnHashChangeHandler = () => { return; };
window.addEventListener('hashchange', (e) => window._nativeEcommOnHashChangeHandler(e));

"use strict";(()=>{var l;(l=window.SnipcartSettings)!=null||(window.SnipcartSettings={});var S,u;(u=(S=window.SnipcartSettings).timeoutDuration)!=null||(S.timeoutDuration=2750);var p,w;(w=(p=window.SnipcartSettings).baseUrl)!=null||(p.baseUrl="/");var f,E;(E=(f=window.SnipcartSettings).loadCSS)!=null||(f.loadCSS=!0);var y=["focus","mouseover","touchmove","scroll","keydown"];function v(){let e=()=>{};return{ready:new Promise(n=>{e=n}),markAsReady:e}}function h(){return{get ready(){let e=window._ecomm.ready;return e.then(()=>{var t;(t=window._ecomm.http)!=null&&t.ping&&window._ecomm.http.ping("ready").catch(()=>{})}),e},markAsReady(){return window._ecomm.markAsReady()}}}window.LoadSnipcart=r;window._ecomm=v();window._ecomSDK=h();document.readyState==="loading"?document.addEventListener("DOMContentLoaded",m):m();function m(){var e;(e=window.SnipcartSettings)!=null&&e.loadStrategy?window.SnipcartSettings.loadStrategy==="on-user-interaction"&&(y.forEach(t=>document.addEventListener(t,r)),setTimeout(r,window.SnipcartSettings.timeoutDuration)):r()}var s=!1;function r(){var a,c,d;if(s)return;s=!0;let e=document.getElementsByTagName("head")[0],t=(c=(a=window.SnipcartSettings)==null?void 0:a.baseUrl)!=null?c:"",n=document.querySelector("#snipcart"),i=document.querySelector('script[src^="'+t+'"][src$="native-ecomm.js"]'),o=document.querySelector('link[href^="'+t+'"][href$="native-ecomm.css"]');n||(n=document.createElement("div"),n.id="snipcart",n.setAttribute("hidden","true"),document.body.appendChild(n)),i||(i=document.createElement("script"),i.src=t+"snipcart-frontend/latest/res/native-ecomm.js",i.async=!0,e.appendChild(i)),!o&&((d=window.SnipcartSettings)!=null&&d.loadCSS)&&(o=document.createElement("link"),o.rel="stylesheet",o.type="text/css",o.href=t+"snipcart-frontend/latest/res/native-ecomm.css",e.prepend(o)),y.forEach(g=>document.removeEventListener(g,r))}})();
</script>



<!-- ========= Site Content ========= -->
<div id="dm" class='dmwr'>
    
    <div class="dm_wrapper standard-var5 widgetStyle-3 standard">
         <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-sec hasAnimations rows-1200 dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side" data-auto-height="true"> <div class="u_1826294544 dmRespRow" style="text-align: center;" id="1826294544"> <div class="dmRespColsWrapper" id="1337204992"> <div class="u_1183846399 dmRespCol small-12 medium-12 large-12 empty-column" id="1183846399"></div> 
</div> 
</div> 
 <div class="u_1021493186 dmRespRow middleDrawerRow" style="text-align: center;" id="1021493186"> <div class="dmRespColsWrapper" id="1170137577"> <div class="dmRespCol small-12 u_1808057136 medium-12 large-12" id="1808057136"> <nav class="u_1144820115 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HIDE" id="1144820115" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101388789  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Home" data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/philosophy" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101442099  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Philosophy" data-auto="page-text-style">Philosophy<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/gary-harpst" class="unifiednav__item unav-item unav-top-item  dmNavItemSelected  dmUDNavigationItem_010101625992  " target="" data-target-page-alias="" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Gary Harpst" data-auto="page-text-style">Gary Harpst<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-v2" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101318081  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About" data-auto="page-text-style">About<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-services" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101253324  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Our Work" data-auto="page-text-style">Our Work<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_00  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         Contact us
        " data-auto="page-text-style">Contact us<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101611287  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Library" data-auto="page-text-style">Library<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/blog" class="unifiednav__item unav-item   dmUDNavigationItem_010101620769  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ERM™ Briefing" data-auto="page-text-style">ERM&trade; Briefing<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/featured-on" class="unifiednav__item unav-item   dmUDNavigationItem_010101461866  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Podcasts" data-auto="page-text-style">Podcasts<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/resources" class="unifiednav__item unav-item   dmUDNavigationItem_010101852342  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Books & Resources" data-auto="page-text-style">Books &amp; Resources<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/leadership-webinars" class="unifiednav__item unav-item   dmUDNavigationItem_010101117326  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Webinars" data-auto="page-text-style">Webinars<span class="icon icon-angle-right"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/webinars/kingdom-impact-business-webinar" class="unifiednav__item unav-item   dmUDNavigationItem_010101457940  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Kingdom Impact Business Webinar" data-auto="page-text-style">Kingdom Impact Business Webinar<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
</ul> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/kingdom-dedication-business-draft#a" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101447206  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="a" data-auto="page-text-style">a<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/new-page" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101277842  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="LeadFirst Next | Home" data-auto="page-text-style">LeadFirst Next | Home<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/seekfirst-waitlist" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101526330  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="SeefFirst | Landing" data-auto="page-text-style">SeefFirst | Landing<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us-v2" class="unifiednav__item unav-item unav-top-item  dmUDNavigationItem_010101954389  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Contact us v2" data-auto="page-text-style">Contact us v2<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
 <div class="dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1480213288"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1872651904"/></div> 
 <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://sddcviis04.leadfirst.ai/9999_43#/login/login?px=1" data-element-type="dButtonLinkId" id="1289345375" target="_blank"> <span class="iconBg" aria-hidden="true" id="1766922139"> <span class="icon hasFontIcon icon-star" id="1003664978"></span> 
</span> 
 <span class="text" id="1672733468">Login</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1676049285" style="text-align: center;" id="1676049285"> <div class="dmRespColsWrapper" id="1888750820"> <div class="u_1916182198 dmRespCol small-12 medium-12 large-12 empty-column" id="1916182198"></div> 
</div> 
</div> 
</div> 
 <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> 
</div> 
 <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="u_1705692124 dmRespRow" style="text-align: center;" id="1705692124"> <div class="dmRespColsWrapper" id="1469942216"> <div class="u_1655486006 dmRespCol small-12 large-8 medium-8" id="1655486006"> <div class="u_1086687337 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1086687337"> <a href="/erm-home" id="1524911646" file="false" class=""><img src="https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/ERM+logo+draft+-+9-3-24-1920w.png" alt="LeadFirst Logo" id="1821617558" class="" data-dm-image-path="https://irp.cdn-website.com/34266c3f/dms3rep/multi/ERM+logo+draft+-+9-3-24.png" width="370" height="112" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div class="u_1934029015 dmRespCol small-12 large-4 medium-4" id="1934029015"> <a data-display-type="block" class="u_1415379147 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/erm-trial-sign-up" data-element-type="dButtonLinkId" id="1415379147"> <span class="iconBg" aria-hidden="true" id="1519689838"> <span class="icon hasFontIcon icon-star" id="1422648148"></span> 
</span> 
 <span class="text" id="1365379284">Sign Up for Free Trial</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu" aria-controls="hamburger-drawer" aria-expanded="false"> <span class="hamburger__slice"></span> 
 <span class="hamburger__slice"></span> 
 <span class="hamburger__slice"></span> 
</button> 
 <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="78f5c343822e4eb3aac27f4ad5d13812===header"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1335067858 dmRespRow fullBleedChanged fullBleedMode hide-for-large" id="1335067858"> <div class="dmRespColsWrapper" id="1478453458"> <div class="u_1201202286 dmRespCol small-12 large-11 medium-11" id="1201202286"> <div class="dmNewParagraph u_1707872425" data-element-type="paragraph" data-version="5" id="1707872425" style="transition: opacity 1s ease-in-out;"><p class="text-align-right"><a href="/contact-us" runtime_url="/contact-us" type="page" style="display: unset;">Contact Us</a><span style="display: unset;">&nbsp;</span></p></div> 
</div> 
 <div class="u_1745583798 dmRespCol small-12 large-1 medium-1" id="1745583798"> <div id="1778193423" dmle_extension="ssrcart" data-element-type="ssrcart" class="u_1778193423"><span id="ssrWrap-1778193423" ><style data-styled="true" data-styled-version="5.3.11">.hErdBO{display:grid;width:16px;color:rgba(252,248,244,1);width:24px;}/*!sc*/
.hErdBO svg{fill:currentColor;}/*!sc*/
data-styled.g102[id="sc-bpUBKd"]{content:"hErdBO,"}/*!sc*/
.fkpOmD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/
.fkpOmD .cart-icon,.fkpOmD .cart-count-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}/*!sc*/
.fkpOmD label.cart-count-label{margin-inline:5px;}/*!sc*/
data-styled.g103[id="sc-eyvILC"]{content:"fkpOmD,"}/*!sc*/
.helcrb{color:rgba(252,248,244,1);}/*!sc*/
@media (max-width:767px){.helcrb{font-size:16px;}}/*!sc*/
@media (min-width:768px){.helcrb{font-size:18px;}}/*!sc*/
data-styled.g104[id="sc-gfoqjT"]{content:"helcrb,"}/*!sc*/
</style><div data-auto="ssr-cart-widget" class="sc-eyvILC fkpOmD"><span class="sc-bpUBKd hErdBO cart-icon" data-auto="cart-icon"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 52 54" style="enable-background:new 0 0 52 54;" xml:space="preserve">
<style type="text/css">
	.st0-undefined{fill-rule:evenodd;clip-rule:evenodd;}
</style>
<path class="st0-undefined" d="M22.5,2.8c-4.2,0-7.6,3.4-7.6,7.6V14h3.6v-3.5c0-2.2,1.8-4,4-4h7c2.2,0,4,1.8,4,4V14h3.6v-3.5&#10;&#9;c0-4.2-3.4-7.6-7.6-7.6H22.5z M11.5,17.6h29.1c2.8,0,5.1,2.3,5.1,5.1v19.8c0,2.8-2.3,5.1-5.1,5.1H11.5c-2.8,0-5.1-2.3-5.1-5.1V22.7&#10;&#9;C6.4,19.8,8.6,17.6,11.5,17.6z M2.8,22.7c0-4.8,3.9-8.7,8.7-8.7h29.1c4.8,0,8.7,3.9,8.7,8.7v19.8c0,4.8-3.9,8.7-8.7,8.7H11.5&#10;&#9;c-4.8,0-8.7-3.9-8.7-8.7V22.7z"/>
</svg></span><label class="sc-gfoqjT helcrb cart-count-label" data-auto="cart-count-label"></label></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_CART","props":{"svgMarkup":"<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 52 54\" style=\"enable-background:new 0 0 52 54;\" xml:space=\"preserve\">\n<style type=\"text/css\">\n\t.st0-undefined{fill-rule:evenodd;clip-rule:evenodd;}\n</style>\n<path class=\"st0-undefined\" d=\"M22.5,2.8c-4.2,0-7.6,3.4-7.6,7.6V14h3.6v-3.5c0-2.2,1.8-4,4-4h7c2.2,0,4,1.8,4,4V14h3.6v-3.5&#10;&#9;c0-4.2-3.4-7.6-7.6-7.6H22.5z M11.5,17.6h29.1c2.8,0,5.1,2.3,5.1,5.1v19.8c0,2.8-2.3,5.1-5.1,5.1H11.5c-2.8,0-5.1-2.3-5.1-5.1V22.7&#10;&#9;C6.4,19.8,8.6,17.6,11.5,17.6z M2.8,22.7c0-4.8,3.9-8.7,8.7-8.7h29.1c4.8,0,8.7,3.9,8.7,8.7v19.8c0,4.8-3.9,8.7-8.7,8.7H11.5&#10;&#9;c-4.8,0-8.7-3.9-8.7-8.7V22.7z\"/>\n</svg>","_styles":{"cartIcon":{"width":"20","color":"rgba(255, 255, 255, 1)"},"itemsCountLabel":{"fontSize":"18px","color":"rgba(255, 255, 255, 1)","font-family":"Poppins"},"rules":{"cartIcon":{"default":{"color":"rgba(252,248,244,1)","width":"24px"}},"itemsCountLabel":{"default":{"color":"rgba(252,248,244,1)"},"mobile_portrait":{"font-size":"16px"},"desktop":{"font-size":"18px"}}}},"widgetId":"1778193423"},"id":"1778193423"}, false)});</script></span></div> 
</div> 
</div> 
</div> 
 <div class="u_1516851444 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1516851444"> <div class="dmRespColsWrapper" id="1796539638"> <div class="u_1242802372 small-12 dmRespCol large-3 medium-3" id="1242802372"> <div class="u_1621257961 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1621257961"> <a href="/" id="1805040005" file="false" class=""><img src="https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/image+%281%29-1920w.jpeg" alt="LeadFirst Logo" id="1324579423" class="" data-dm-image-path="https://irp.cdn-website.com/34266c3f/dms3rep/multi/image+%281%29.jpeg" width="684" height="181" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div class="u_1420671820 dmRespCol small-12 large-7 medium-7" id="1420671820"> <span id="1978336976"></span> 
 <nav class="u_1806806470 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_2" data-show-vertical-sub-items="HOVER" id="1806806470" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item unav-item unav-top-item    " target="" data-target-page-alias="home"> <span class="nav-item-text " data-link-text="Home" data-auto="page-text-style">Home<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-v2" class="unifiednav__item unav-item unav-top-item    " target="" data-target-page-alias="about-v2"> <span class="nav-item-text " data-link-text="About" data-auto="page-text-style">About<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/philosophy" class="unifiednav__item unav-item unav-top-item    " target="" data-target-page-alias="philosophy"> <span class="nav-item-text " data-link-text="Philosophy" data-auto="page-text-style">Philosophy<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-services" class="unifiednav__item unav-item unav-top-item    " target="" data-target-page-alias="our-services"> <span class="nav-item-text " data-link-text="Our Work" data-auto="page-text-style">Our Work<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item unav-item unav-top-item    unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Resources" data-auto="page-text-style">Resources<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/resources" class="unifiednav__item unav-item     " target="" data-target-page-alias="resources"> <span class="nav-item-text " data-link-text="Books & Resources" data-auto="page-text-style">Books &amp; Resources<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/blog" class="unifiednav__item unav-item     " target="" data-target-page-alias="blog"> <span class="nav-item-text " data-link-text="ERM™ Briefing" data-auto="page-text-style">ERM&trade; Briefing<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/featured-on" class="unifiednav__item unav-item     " target="" data-target-page-alias="featured-on"> <span class="nav-item-text " data-link-text="Podcasts" data-auto="page-text-style">Podcasts<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" data-sub-nav-menu="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/leadership-webinars" class="unifiednav__item unav-item     unifiednav__item_has-sub-nav" target="" data-target-page-alias="leadership-webinars"> <span class="nav-item-text " data-link-text="Webinars" data-auto="page-text-style">Webinars<span class="icon icon-angle-right"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav unav-sub" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/webinars/kingdom-impact-business-webinar" class="unifiednav__item unav-item     " target="" data-target-page-alias="webinars/kingdom-impact-business-webinar"> <span class="nav-item-text " data-link-text="Kingdom Impact Business Webinar" data-auto="page-text-style">Kingdom Impact Business Webinar<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
</ul> 
</li> 
</ul> 
</nav> 
</div> 
 <div class="u_1549290920 dmRespCol small-12 large-2 medium-2" id="1549290920"> <a data-display-type="block" class="u_1195759788 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1195759788"> <span class="iconBg" aria-hidden="true" id="1020592992"> <span class="icon hasFontIcon icon-star" id="1106000918"></span> 
</span> 
 <span class="text" id="1715284254">Talk To Us</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_gary-harpst dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1900443754 dmRespRow hasBackgroundOverlay dmSectionNoParallax" style="text-align: center;" id="1900443754"> <div class="dmRespColsWrapper" id="1905569697"> <div class="u_1941386677 dmRespCol small-12 medium-12 large-12" id="1941386677" data-anim-desktop="none"> <div class="u_1952140960 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1952140960" style="transition: opacity 1s ease-in-out 0s; text-align: left;"> <h1 class="text-align-left m-size-45 size-55"><span style="color: rgb(255, 255, 255); display: unset;" class="font-size-55 m-font-size-45" m-font-size-set="true">Gary Harpst</span></h1> 
</div> 
 <div class="u_1637455612 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1637455612" style="transition: opacity 1s ease-in-out 0s; text-align: left;"><p class="m-size-16 text-align-left size-20"><span style="color: rgb(255, 255, 255); display: initial;" class="font-size-20 m-font-size-16" m-font-size-set="true">As a Christian CEO, I have spent over four decades building businesses, making mistakes, and learning what it means to be true to my faith during the journey. ​</span><span style="color: rgb(255, 255, 255); display: initial;" class="font-size-20 m-font-size-16"><br/></span></p><p class="m-size-16 text-align-left size-20"><span style="color: rgb(255, 255, 255); display: initial;" class="font-size-20 m-font-size-16" m-font-size-set="true">I learned along the way that with growth comes chaos. You probably feel it too.</span><span style="display: initial;" class="font-size-20 m-font-size-16"><br/></span></p><p class="text-align-left size-20 m-size-16"><span style="color: rgb(255, 255, 255); display: initial;" class="font-size-20 m-font-size-16" m-font-size-set="true">I'm here to show you what</span><span class="font-size-20 m-font-size-16" style="color: rgb(255, 255, 255); display: initial;"> <span style="color: rgb(255, 255, 255); display: initial;" class="font-size-20 m-font-size-16">effective leaders need to know, do, and be to overcome the chaos of everyday life.</span></span><span style="display: initial;" class="font-size-20 m-font-size-16"><br/></span></p></div> 
 <div class="dmRespRow u_1573793753" id="1573793753"> <div class="dmRespColsWrapper" id="1644706554"> <div class="dmRespCol small-12 large-3 medium-3" id="1944700955"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1549829041" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="text-align-center"><a href="/gary-harpst#CEO" runtime_url="/gary-harpst#CEO" type="anchor" style="display: initial; color: rgb(255, 255, 255);">EXPERIENCED CEO</a></h3> 
</div> 
</div> 
 <div class="dmRespCol small-12 large-3 medium-3" id="1858158334"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1036276050" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="text-align-center"><a href="/gary-harpst#speaking" runtime_url="/gary-harpst#speaking" type="anchor" style="display: initial; color: rgb(255, 255, 255);">SPEAKER</a></h3> 
</div> 
</div> 
 <div class="dmRespCol small-12 large-3 medium-3" id="1558893033"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1988276271" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="text-align-center"><a href="/gary-harpst#books" runtime_url="/gary-harpst#books" type="anchor" style="display: initial; color: rgb(255, 255, 255);">AUTHOR</a></h3> 
</div> 
</div> 
 <div class="dmRespCol large-3 medium-3 small-12" id="1606698459"> <div class="u_1399788616 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1399788616" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="text-align-center"><a href="/gary-harpst#speaking" runtime_url="/gary-harpst#speaking" type="anchor" style="color: rgb(255, 255, 255); display: initial;">PODCAST GUEST</a></h3> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_CEO mobile-columns-reversed" style="text-align: center;" id="CEO" data-anchor="CEO"> <div class="dmRespColsWrapper" id="1065577718"> <div class="u_1363381629 dmRespCol small-12 dmSectionNoParallax large-6 medium-6" id="1363381629" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9tZC9kbXRtcGwvZjM3NDRlNDgtMGRjZi00NWMyLThmNTYtZjgyOGZhNjhkMmI2L2RtczNyZXAvbXVsdGkvb3B0L09mZmljZS0xOTIwdy5wbmciXSwic3BlZWQiOiI0In0=" data-anim-desktop="none"> <div data-element-type="spacer" class="u_1573419524 dmSpacer" id="1573419524"></div> 
</div> 
 <div class="u_1768333067 dmRespCol small-12 medium-6 large-6" id="1768333067" data-anim-desktop="none"> <div class="u_1098176504 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1098176504" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2><span style="display: initial;">An Experienced CEO</span></h2> 
</div> 
 <div class="u_1758296107 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1758296107" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: unset;">Under Gary&rsquo;s leadership from 1980 through 2000, Solomon Software grew to more than 400 employees, servicing over 40,000 clients worldwide, was merged with Great Plains Software and sold to Microsoft in 2001.</span></p><p><span style="display: unset;">After successfully starting, scaling, and exiting Solomon Software, Gary set out to change the way people think about leadership and organizational health by founding Six Disciplines, which evolved into LeadFirst,</span><span class="" style="display: initial;"> <span style="display: initial;">the first ERM&trade; platform for faith-driven organizations.</span></span></p></div> 
 <a data-display-type="block" class="u_1127017812 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="http://calendly.com/garyharpst" data-element-type="dButtonLinkId" id="1127017812" target="_blank"> <span class="iconBg" id="1921936107"> <span class="icon hasFontIcon icon-star" id="1366946809"></span> 
</span> 
 <span class="text" id="1546046419">Schedule a call with Gary</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="u_speaking dmRespRow" style="text-align: center;" id="speaking" data-anchor="speaking"> <div class="dmRespColsWrapper" id="1409005463"> <div class="u_1197385199 dmRespCol small-12 large-7 medium-7" id="1197385199" data-anim-desktop="none"> <div class="u_1548027810 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1548027810" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="m-size-32 m-text-align-left size-40"><span class="font-size-40 m-font-size-32" style="display: unset; font-weight: normal; color: rgb(0, 0, 0);">Gary Speaks from the Heart</span></h2> 
</div> 
 <div class="u_1143665010 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1143665010" style="transition: none 0s ease 0s; text-align: left; display: block;"><p><span style="display: initial;">Gary is a keynote speaker and insightful teacher who challenges and motivates his audiences. <br/></span></p><p><span style="display: initial;">His passion is speaking about what effective leaders need to know, do, and be to overcome the chaos of everyday life. He unlocks biblical wisdom for unleashing the potential in every human being to lead themselves and others.<br/></span></p><p><span style="display: initial;">Gary is recognized as being one of the Top 100 of the nation's top thought leaders in management and leadership by Leadership Excellence magazine.<br/></span></p><p><span style="display: initial;">Because of his expertise, Gary is also interviewed and quoted by national and local media for newspaper and magazine articles, as well as for podcasts, radio, and TV interviews.</span></p></div> 
 <div class="dmRespRow u_1281949381" id="1281949381"> <div class="dmRespColsWrapper" id="1475384829"> <div class="u_1281237302 dmRespCol small-12 large-5 medium-5" id="1281237302"> <a data-display-type="block" class="u_1974559246 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/gary-harpst#contact-gary" data-element-type="dButtonLinkId" id="1974559246"> <span class="iconBg" id="1642799092"> <span class="icon hasFontIcon icon-star" id="1094126277"></span> 
</span> 
 <span class="text" id="1006867520">Invite Gary to Speak</span> 
</a> 
</div> 
 <div class="u_1825479268 dmRespCol small-12 large-7 medium-7" id="1825479268"> <a data-display-type="block" class="u_1590841448 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/gary-harpst#contact-gary" data-element-type="dButtonLinkId" id="1590841448"> <span class="iconBg" id="1084259486"> <span class="icon hasFontIcon icon-star" id="1387835074"></span> 
</span> 
 <span class="text" id="1068156577">Invite Gary on Your Podcast</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1323957833 dmRespCol small-12 dmSectionNoParallax large-5 medium-5" id="1323957833" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9tZC9kbXRtcGwvZjM3NDRlNDgtMGRjZi00NWMyLThmNTYtZjgyOGZhNjhkMmI2L2RtczNyZXAvbXVsdGkvb3B0L09mZmljZS0xOTIwdy5wbmciXSwic3BlZWQiOiI0In0=" data-anim-desktop="none"> <div data-element-type="spacer" class="u_1769030096 dmSpacer" id="1769030096"></div> 
</div> 
</div> 
</div> 
 <div class="u_1402851859 dmRespRow" style="text-align: center;" id="1402851859"> <div class="dmRespColsWrapper" id="1053034037"> <div class="dmRespCol small-12 medium-12 large-12" id="1382870577"> <span id="1333889409"></span> 
 <div data-element-type="dYouTubeId" class="u_1009136099 youtubeExt dmNoMark youtube-padding-fix" id="1009136099" data-video-uploaded="true"> <div class="innerYoutubeExt" id="1849662122"> <video src="https://vid.cdn-website.com/34266c3f/videos/rdTFiJKoQviK4xS03y5J_Gary+Harpst+trimmed-v.mp4" data-src="https://vid.cdn-website.com/34266c3f/videos/rdTFiJKoQviK4xS03y5J_Gary+Harpst+trimmed-v.mp4" poster="https://irp.cdn-website.com/34266c3f/dms3rep/multi/rdTFiJKoQviK4xS03y5J_Gary+Harpst+trimmed.v2.0000000.jpg" controls="" id="1743359767" data-upload-date="1720466787976"></video> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1511010028 dmRespRow dmSectionParallaxNew hasBackgroundOverlay" id="1511010028"> <div class="dmRespColsWrapper" id="1149374730"> <div class="dmRespCol large-12 medium-12 small-12" id="1337319379"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1313530965" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="text-align-center"><span style="display: initial; color: rgb(255, 255, 255);">Gary Harpst&rsquo;s Popular Speaking Topics</span></h2> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_topics" id="topics" data-anchor="topics"> <div class="dmRespColsWrapper" id="1587672389"> <div class="dmRespCol large-12 medium-12 small-12" id="1291166482"> <div class="u_1898898511 widget-832a29 dmCustomWidget" data-lazy-load="" data-title="" id="1898898511" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="832a29738c2b44fdb4e63369b1bf458a" data-widget-version="78" data-widget-config="eyJpdGVtcyI6W3sidGl0bGUiOiJCdWlsdCB0byBCZWF0IENoYW9zLCBCaWJsaWNhbCBXaXNkb20gZm9yIExlYWRpbmcgWW91cnNlbGYgYW5kIE90aGVycyIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Ub2RheeKAmXMgbGVhZGVycyBhcmUgd2VsbCBhY3F1YWludGVkIHdpdGggY2hhb3MuIFdoaWxlIG1vc3QgYnVzaW5lc3NlcyAoaG9wZWZ1bGx5KSBlbmpveSB0aW1lcyBvZiBzdWNjZXNzIGFuZCBzbW9vdGggc2FpbGluZywgd2UgYWxzbyBmYWNlIHBlcmlvZHMgb2YgZGlzcnVwdGlvbiwgdXBoZWF2YWwsIGRpc2NvcmQsIGFuZCBleHRyZW1lIHN0cmVzcy4gV2UgbWF5IGJlIHRlbXB0ZWQgdG8gYXBwcm9hY2ggdGhlc2UgY2hhb3MgY3ljbGVzIGJ5IHB1dHRpbmcgb3VyIGhlYWQgZG93biBhbmQgd2FpdGluZyBmb3IgdGhlIHN0b3JtIHRvIHBhc3MuIEJ1dCBHYXJ5IEhhcnBzdCBoYXMgYW4gZW5jb3VyYWdpbmcgbWVzc2FnZTogV2UgYXJlIG5vdCBjcmVhdGVkIHRvIGJlIHZpY3RpbXMgb2YgY2hhb3MsIGJ1dCB0byBoYXJuZXNzIGl0IGZvciBvdXIgb3duIHB1cnBvc2VzLiDCoDwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+R2FyeSBkZWxpdmVycyBhbiBpbnNpZ2h0ZnVsIGFuZCBwcmFjdGljYWwgZGlzY3Vzc2lvbiBvZiBob3cgdG8gdHJhbnNmb3JtIGNoYW9zIGludG8gb3JkZXIgYnkgcmVseWluZyBvbiBzdHJhdGVnaWVzIGRyYXduIGRpcmVjdGx5IGZyb20gdGhlIEJpYmxlLiBZb3XigJlsbCBsZWFybiBob3cgdG8gZmluZCBmdWxmaWxsbWVudCBhbmQgc3VjY2VzcyBieSBsZWFuaW5nIGludG8geW91ciBpbm5hdGUgYWJpbGl0eSB0byBjYWxtIHRoZSBtYWRuZXNzIGFuZCBjb250cm9sIGNoYW9zIGJ5OiDCoDwvcD48dWwgY2xhc3M9XCJydGVCbG9jayBkZWZhdWx0TGlzdFwiPjxsaT5VbmRlcnN0YW5kaW5nIHRoZSBmdW5kYW1lbnRhbCBwcm9jZXNzZXMgdW5kZXJseWluZyBob3cgd2UgcHV0IHRoaW5ncyB0b2dldGhlciBmb3IgYSBwdXJwb3NlLiDCoDwvbGk+PGxpPkFuc3dlcmluZyB0aGUgcXVlc3Rpb24gYXQgdGhlIGhlYXJ0IG9mIGxlYWRlcnNoaXA6IFdoYXQgaXMgaXQgdGhhdCBob2xkcyBteSB0ZWFtIHRvZ2V0aGVyPyDCoDwvbGk+PGxpPk1hc3RlcmluZyB0d28gY3JpdGljYWwgZGltZW5zaW9uczogdGhlIGhhYml0LWJ1aWxkaW5nIHN5c3RlbSBhbiBvcmdhbml6YXRpb24gbmVlZHMgdG8gZ3JvdyBhbmQgc3RheSBmaXQgYW5kIHRoZSByZWxhdGlvbmFsIHNraWxscyB0aGF0IGNyZWF0ZSBvbmVuZXNzLiDCoDwvbGk+PGxpPkRpc2NvdmVyaW5nIHdoeSBldmVyeW9uZSBpcyBiaWJsaWNhbGx5IGNhbGxlZCB0byBsZWFkZXJzaGlwIGFuZCB0aGUgZHluYW1pY3Mgb2Ygc2VsZi1sZWFkZXJzaGlwLiDCoDwvbGk+PGxpPkFwcGx5aW5nIGJpYmxpY2FsIHByaW5jaXBsZXMgdG8gdHJhbnNmb3JtIHlvdXIgb3JnYW5pemF0aW9uIHRocm91Z2ggYWN0aW9uLsKgPC9saT48L3VsPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJXaHkgUGVvcGxlIERvIFdoYXQgVGhleSBEbz8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+UGVvcGxlIG9mdGVuIGRvIGluZXhwbGljYWJsZSB0aGluZ3MgYm90aCBncmVhdCBhbmQgc29tZXRpbWVzIGRpc3J1cHRpdmUuIEFzIGxlYWRlcnMsIHdlIGFyZSBtb3JlIGVmZmVjdGl2ZSB3aGVuIHdlIHVuZGVyc3RhbmQgaHVtYW4gcHVycG9zZSBhbmQgZGVzaWduLiBUaGUgQmlibGUgaGFzIGNsZWFyIGFuZCBzb21ld2hhdCBzdXJwcmlzaW5nIGluc2lnaHRzIGFib3V0IHdoeSBwZW9wbGUgZG8gd2hhdCB0aGV5IGRvIGFuZCBnaXZlIGxlYWRlcnMgYSBmcmFtZXdvcmsgZm9yIGVuZ2FnaW5nIGhlYXJ0cyBhbmQgbWluZHMuwqA8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkluIHRoaXMgc2Vzc2lvbiwgcGFydGljaXBhbnRzIHdpbGwgdGFrZSBhd2F5OsKgPC9wPjx1bCBjbGFzcz1cInJ0ZUJsb2NrIGRlZmF1bHRMaXN0XCI+PGxpPk91ciBodW1hbiBjaGFydGVyIGFuZCB3aGF0IGl0IG1lYW5zIHRvIGJlIGNyZWF0ZWQgaW4gdGhlIGltYWdlIG9mIEdvZC7CoDwvbGk+PGxpPldoeSBjaGFvcyBpcyBub3Qgb3VyIHByb2JsZW0sIGJ1dCBvdXIgcHVycG9zZS7CoDwvbGk+PGxpPlRoZSByb2xlIG9mIGRlc2lyZSwgcmVhc29uLCBpbWFnaW5hdGlvbiBhbmQgYWN0aW9uIGluIGh1bWFuIGRlc2lnbi7CoDwvbGk+PGxpPlRoZSBudW1iZXIgb25lIHRvb2wgZm9yIG92ZXJjb21pbmcgY2hhb3MuIMKgPC9saT48bGk+VGhlIGJpZ2dlc3QgYmFycmllciB0byBvdmVyY29taW5nIGNoYW9zLiBUaGUgcGFyYWRveCBhbGwgbGVhZGVycyBmYWNlLsKgPC9saT48bGk+V2hhdCBsZWFkZXJzIG11c3Qga25vdywgZG8gYW5kIGJlIHRvIGdyb3cgaW4gZWZmZWN0aXZlbmVzcy48L2xpPjwvdWw+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IkhvdyB0byBCdWlsZCBhIFBlb3BsZSBGaXJzdCBDdWx0dXJlIGluIGEgUHJvY2Vzcy1DZW50cmljIFdvcmxkICIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5BcyB3ZSB0aGluayBhYm91dCBpbmRpdmlkdWFscywgd2Ugb2Z0ZW4gdXNlIGFuIOKAnG9y4oCdIG1vZGVsLiBQZW9wbGUgYXJlIGRldGFpbCBPUiBiaWcgcGljdHVyZSBvcmllbnRlZC4gTW9zdCBpbmRpdmlkdWFscyBhcmUgZW5lcmdpemVkIGJ5IHRhc2tzIE9SIHJlbGF0aW5nIHRvIHBlb3BsZS4gT2YgY291cnNlIGxlYWRlcnMgbXVzdCByZWNvZ25pemUgdGhhdCBpbmRpdmlkdWFscyBhcmUgZGlmZmVyZW50IGFuZCBsZWFybiBob3cgdG8gbGV2ZXJhZ2UgdGhvc2UgZGlmZmVyZW5jZXMuIEJ1dCBvcmdhbml6YXRpb25zIGFzIGEgd2hvbGUgbXVzdCBiZSBlZmZlY3RpdmUgYXQgdGhlIGJpZyBwaWN0dXJlIEFORCB0aGUgZGV0YWlscy4gSXQgbXVzdCBiZSBnb29kIGF0IGV4ZWN1dGluZyB0YXNrcyBBTkQgcmVsYXRpbmcgdG8gcGVvcGxlLsKgPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5JbiB0aGlzIHNlc3Npb24sIEdhcnkgbWFrZXMgdGhlIGNhc2UgdGhhdCBlZmZlY3RpdmUgb3JnYW5pemF0aW9ucyBtdXN0IG1hc3RlciBib3RoIHRoZSBwcm9jZXNzIGRpbWVuc2lvbiBvZiBleGNlbGxlbmNlIGFuZCB0aGUgcGVvcGxlIGRpbWVuc2lvbiBvZiBlbmdhZ2VtZW50LiBPZiB0aGVzZSB0d28sIGhlIGNoYWxsZW5nZXMgbGVhZGVycyB0byBsYXkgdGhlIGZvdW5kYXRpb24gb2YgYSBwZW9wbGUtZmlyc3QgbWluZHNldCB1cG9uIHdoaWNoIHByb2Nlc3MgZXhjZWxsZW5jZSBpcyBidWlsdC7CoDwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+UGFydGljaXBhbnRzIHdpbGwgdGFrZSBhd2F5OsKgPC9wPjx1bCBjbGFzcz1cInJ0ZUJsb2NrIGRlZmF1bHRMaXN0XCI+PGxpPlRoZSBiaWJsaWNhbCBleHBsYW5hdGlvbiBvZiB3aHkgaHVtYW4gY2l2aWxpemF0aW9uIGhhcyBtYWRlIGFtYXppbmcgcHJvZ3Jlc3Mgb24gdGhlIHRlY2hub2xvZ3kgZnJvbnQgYnV0IG5vIHByb2dyZXNzIG9uIHRoZSBodW1hbiByZWxhdGlvbnNoaXAgZGltZW5zaW9uLsKgPC9saT48bGk+QSBmaXZlLXN0ZXAgbW9kZWwgZm9yIGJ1aWxkaW5nIOKAnG9uZW5lc3PigJ0uIEdvaW5nIGJleW9uZCBqdXN0IHRlYW13b3JrIHRvIHRoZSBiaWJsaWNhbCBzdGFuZGFyZCBvZiBhbGlnbm1lbnQgYXJvdW5kIHNoYXJlZCBwdXJwb3NlLsKgPC9saT48bGk+SG93IHRvIHN1c3RhaW4gdGhlIG9uZW5lc3MgbW9kZWwgYXMgdGhlIG9yZ2FuaXphdGlvbiBncm93cyBhbmQgY2hhbmdlcy7CoDwvbGk+PGxpPk5ldyBpbnNpZ2h0cyBvbiBkZWVwbHkgdGhlIG1lYW5pbmdmdWwgcHVycG9zZSBvZiBsZWFkZXJzaGlwIGFuZCBob3cgaW1wb3J0YW50IGl0IGlzIHRvIGh1bWFuaXR5LsKgPC9saT48L3VsPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJXaHkgT3JkZXIgSXMgRWFzaWVyIHRvIENyZWF0ZSBUaGFuIEtlZXAiLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+UGVvcGxlIHdhbnQgdG8gd2luLiBNb3JlIGFjY3VyYXRlbHksIHRoZSBCaWJsZSBzYXlzIHRoZXkgbmVlZCB0byB3aW4uIFRoYXQgaXMgd2hhdCB3ZSBhbGwgYXJlIGNyZWF0ZWQgZm9yLiBUaGlzIG5lZWQgZHJpdmVzIHVzIHRvIHRoaW5ncyB0aGF0IHNlZW0gYWxtb3N0IGltcG9zc2libGUuIFdlIGRvbuKAmXQgaGF2ZSB0byB0aGluayBsb25nIHRvIGlkZW50aWZ5IGphdyBkcm9wcGluZyBoZWFsdGhjYXJlIHRoYXQgc2F2ZXMgYW4gaW5mYW504oCZcyBsaWZlIHRoYXQgd2FzIGJvcm4gd2l0aCBoZWFydCBkZWZlY3RzLCBvciBhIGJyZWF0aHRha2luZyBtdXNpY2FsIHBlcmZvcm1hbmNlIG9yIGF0aGxldGljIGZlYXQuIFdlIGFyZSBzd2ltbWluZyBpbiBodW1hbiBhY2hpZXZlbWVudC7CoDwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QnV0IHRoZSBicnV0YWwgZmFjdHMgYXJlIHRoYXQgb25jZSBzb21ldGhpbmcgaXMgYnVpbHQgbGlrZSBhIGhvbWUgb3IgZXNwZWNpYWxseSBhIGJ1c2luZXNzIGl0IHRha2VzIG1vcmUgZW5lcmd5IGFuZCBlZmZvcnQgdG8gc3VzdGFpbiBpdHMgZXhpc3RlbmNlIHRoYW4gaXQgZGlkIHRvIGNyZWF0ZSBpdC4gTW9zdCBvZiB1cyBhcyBidWlsZGVycyBhcmUgc2ltcGx5IG5vdCBwcmVwYXJlZCBmb3IgdGhhdC4gTGVhZGVycyBoYXZlIHRvIGNvbmZyb250IHRoZW1zZWx2ZXMgd2l0aCB0aGUgcmVhbGl6YXRpb24gdGhhdCB0aGVpciByb2xlIGlzIG5vdCBqdXN0IHRvIGJyaW5nIG9yZGVyIG91dCBvZiBjaGFvcywgYnV0IHRvIG1haW50YWluIG9yZGVyIGFzIHBlb3BsZSBhbmQgcHJvZHVjdHMgY29tZSBhbmQgZ28g4oCTIGFzIG9yZ2FuaXphdGlvbnMgYW5kIHRoZSB3b3JsZCBhcm91bmQgdGhlbSBjaGFuZ2VzLsKgPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5JbiB0aGlzIHNlc3Npb24sIHBhcnRpY2lwYW50cyB3aWxsIHRha2UgYXdheTrCoDwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+V2hhdCB0aGUgdGhyZWUgdHlwZXMgb2YgY2hhb3MgYXJlLsKgPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XaGF0IGl0IHRha2VzIHRvIGNyZWF0ZSBvcmRlcsKgPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XaHkgb3JkZXIgaXQgaXMgbW9yZSBkaWZmaWN1bHQgdG8ga2VlcCB0aGFuIGVzdGFibGlzaCBpdC7CoDwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+Rml2ZSBkZWNlcHRpb25zIHRoYXQgYXJlIGJhcnJpZXJzIHRvIGtlZXBpbmcgb3JkZXIuwqA8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldoYXQgdGhlIGZpdG5lc3MgaW5kdXN0cnkgdGVhY2hlcyB1cyBhYm91dCBob3cgdG8gbWFpbnRhaW4gb3JkZXIuwqA8L3A+PHVsIGNsYXNzPVwicnRlQmxvY2sgZGVmYXVsdExpc3RcIj48bGk+V2hhdCBjaG9jb2xhdGUgY2FrZSB0ZWFjaGVzIHVzIGFib3V0IGxlYWRlcnNoaXAuwqA8L2xpPjwvdWw+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IlBlb3BsZSBEb27igJl0IE9iZXkgdGhlIExhd3Mgb2YgUGh5c2ljcy4gVGhlIEVzc2VuY2Ugb2YgTGVhZGVyc2hpcC4iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+VGhlIEJpYmxlIHNheXMgdGhlIHN0dWR5IG9mIHRoZSB1bml2ZXJzZSByZXZlYWxzIHRydXRoIGFib3V0IEdvZCAoYW5kIHNpbmNlIHdlIGFyZSBjcmVhdGVkIGluIEhpcyBpbWFnZSBzb21ldGhpbmcgYWJvdXQgb3Vyc2VsdmVzIGFzIHdlbGwpLiBPbmUgcGVjdWxpYXIgdHJ1dGggaXMgdGhhdCB0aGUgd2hvbGUgdW5pdmVyc2UgaXMgbWFkZSB1cCA5OCUgb2YgdHdvIHNpbXBsZSBhdG9tcyDigJMgaHlkcm9nZW4gYW5kIGhlbGl1bS4gQW5kIHlldCBmcm9tIHRob3NlIHR3byBhdG9tcyBnYWxheGllcywgaHVtYW4gYmVpbmdzLCBmbG93ZXJzLCBhbmltYWxzLCB0cmVlcyDCoGFsbCBoYXZlIGJlZW4gY3JlYXRlZC4gVGhpcyB0ZWFjaGVzIHVzIHNvbWV0aGluZyBpbXBvcnRhbnQgYWJvdXQgbGVhZGVyc2hpcC4gQ3JlYXRpbmcgdGhpbmdzIGlzIG5vdCBhcyBtdWNoIGFib3V0IHRoZSByYXcgbWF0ZXJpYWxzIHVzZWQgYnV0IHRoZSB3aXNkb20gdG8gaW50ZWdyYXRlIHRoZW0gaW4gdW5pcXVlIHdheXMuIMKgPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5BIHByaW1hcnkgcm9sZSBvZiBsZWFkZXJzIGlzIHRvIGludGVncmF0ZSBwZW9wbGUgYXJvdW5kIGEgc2hhcmVkIHB1cnBvc2UuIEJ1dCB3aGVuIEdvZCBkaWQgSGlzIGFtYXppbmcgaW50ZWdyYXRpb24gd29yaywgSGUgdXNlZCB0aGUgbGF3cyBvZiBwaHlzaWNzIHRvIGJpbmQgYXRvbXMgdG9nZXRoZXIgaW4gZGlmZmVyZW50IHdheXMuIExlYWRlcnMgaG93ZXZlciBhcmUgY2hhbGxlbmdlZCB0byBiaW5kIHBlb3BsZSB0b2dldGhlciB3aG8gZG8gbm90IG9iZXkgdGhlIGxhd3Mgb2YgcGh5c2ljcy4gVGhpcyBpcyB0aGUgZXNzZW5jZSBvZiB0aGUgY2hhbGxlbmdlIG9mIGxlYWRlcnNoaXAgYW5kIHdoeSBpdCBpcyB0aGUgbW9zdCBtZWFuaW5nZnVsIHdvcmsgaW4gdGhlIHdvcmxkLsKgPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5JbiB0aGlzIHNlc3Npb24sIHBhcnRpY2lwYW50cyB3aWxsIGxlYXJuOsKgPC9wPjx1bCBjbGFzcz1cInJ0ZUJsb2NrIGRlZmF1bHRMaXN0XCI+PGxpPldoeSBldmVyeW9uZSBpcyBjcmVhdGVkIHRvIGxlYWQsIG5vIGV4Y2VwdGlvbnMuwqA8L2xpPjxsaT5XaHkgaHVtYW5zIGRvbuKAmXQgb2JleSB0aGUgbGF3cyBvZiBwaHlzaWNzLsKgPC9saT48bGk+V2h5IGNpdmlsaXphdGlvbiBpcyBhZHZhbmNpbmcgdGVjaG5vbG9naWNhbGx5IGF0IGEgYnJlYXRodGFraW5nIHBhY2UgYnV0IGlzIGZhbGxpbmcgYXBhcnQgaW4gdGVybXMgb2YgaHVtYW4gcmVsYXRpb25zaGlwcy7CoDwvbGk+PGxpPldoYXQgbGVhZGVycyBtdXN0IGtub3csIGRvIGFuZCBiZSB0byBicmluZyBvcmRlciBpbiB0aGVpciBwYXJ0IG9mIHRoaXMgY2hhb3RpYyB3b3JsZC7CoDwvbGk+PC91bD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifV0sImV4cGFuZEZpcnN0SXRlbSI6dHJ1ZSwiY29sbGFwc2VPdGhlcnMiOnRydWUsImxheW91dCI6InJvdW5kZWRJY29uIiwic2NoZW1hIjp0cnVlfQ=="><!-- FAQ Schema json-ld --> <script type="application/ld+json">



    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        
        {
        "@type": "Question",
        "name": "Built to Beat Chaos, Biblical Wisdom for Leading Yourself and Others",
        "acceptedAnswer": {
              "@type": "Answer",
              "text": "<p class=\"rteBlock\">Today’s leaders are well acquainted with chaos. While most businesses (hopefully) enjoy times of success and smooth sailing, we also face periods of disruption, upheaval, discord, and extreme stress. We may be tempted to approach these chaos cycles by putting our head down and waiting for the storm to pass. But Gary Harpst has an encouraging message: We are not created to be victims of chaos, but to harness it for our own purposes.  </p><p class=\"rteBlock\">Gary delivers an insightful and practical discussion of how to transform chaos into order by relying on strategies drawn directly from the Bible. You’ll learn how to find fulfillment and success by leaning into your innate ability to calm the madness and control chaos by:  </p><ul class=\"rteBlock defaultList\"><li>Understanding the fundamental processes underlying how we put things together for a purpose.  </li><li>Answering the question at the heart of leadership: What is it that holds my team together?  </li><li>Mastering two critical dimensions: the habit-building system an organization needs to grow and stay fit and the relational skills that create oneness.  </li><li>Discovering why everyone is biblically called to leadership and the dynamics of self-leadership.  </li><li>Applying biblical principles to transform your organization through action. </li></ul>"
            }
        }
        ,
        
        {
        "@type": "Question",
        "name": "Why People Do What They Do?",
        "acceptedAnswer": {
              "@type": "Answer",
              "text": "<p class=\"rteBlock\">People often do inexplicable things both great and sometimes disruptive. As leaders, we are more effective when we understand human purpose and design. The Bible has clear and somewhat surprising insights about why people do what they do and give leaders a framework for engaging hearts and minds. </p><p class=\"rteBlock\">In this session, participants will take away: </p><ul class=\"rteBlock defaultList\"><li>Our human charter and what it means to be created in the image of God. </li><li>Why chaos is not our problem, but our purpose. </li><li>The role of desire, reason, imagination and action in human design. </li><li>The number one tool for overcoming chaos.  </li><li>The biggest barrier to overcoming chaos. The paradox all leaders face. </li><li>What leaders must know, do and be to grow in effectiveness.</li></ul>"
            }
        }
        ,
        
        {
        "@type": "Question",
        "name": "How to Build a People First Culture in a Process-Centric World ",
        "acceptedAnswer": {
              "@type": "Answer",
              "text": "<p class=\"rteBlock\">As we think about individuals, we often use an “or” model. People are detail OR big picture oriented. Most individuals are energized by tasks OR relating to people. Of course leaders must recognize that individuals are different and learn how to leverage those differences. But organizations as a whole must be effective at the big picture AND the details. It must be good at executing tasks AND relating to people. </p><p class=\"rteBlock\">In this session, Gary makes the case that effective organizations must master both the process dimension of excellence and the people dimension of engagement. Of these two, he challenges leaders to lay the foundation of a people-first mindset upon which process excellence is built. </p><p class=\"rteBlock\">Participants will take away: </p><ul class=\"rteBlock defaultList\"><li>The biblical explanation of why human civilization has made amazing progress on the technology front but no progress on the human relationship dimension. </li><li>A five-step model for building “oneness”. Going beyond just teamwork to the biblical standard of alignment around shared purpose. </li><li>How to sustain the oneness model as the organization grows and changes. </li><li>New insights on deeply the meaningful purpose of leadership and how important it is to humanity. </li></ul>"
            }
        }
        ,
        
        {
        "@type": "Question",
        "name": "Why Order Is Easier to Create Than Keep",
        "acceptedAnswer": {
              "@type": "Answer",
              "text": "<p class=\"rteBlock\">People want to win. More accurately, the Bible says they need to win. That is what we all are created for. This need drives us to things that seem almost impossible. We don’t have to think long to identify jaw dropping healthcare that saves an infant’s life that was born with heart defects, or a breathtaking musical performance or athletic feat. We are swimming in human achievement. </p><p class=\"rteBlock\">But the brutal facts are that once something is built like a home or especially a business it takes more energy and effort to sustain its existence than it did to create it. Most of us as builders are simply not prepared for that. Leaders have to confront themselves with the realization that their role is not just to bring order out of chaos, but to maintain order as people and products come and go – as organizations and the world around them changes. </p><p class=\"rteBlock\">In this session, participants will take away: </p><p class=\"rteBlock\">What the three types of chaos are. </p><p class=\"rteBlock\">What it takes to create order </p><p class=\"rteBlock\">Why order it is more difficult to keep than establish it. </p><p class=\"rteBlock\">Five deceptions that are barriers to keeping order. </p><p class=\"rteBlock\">What the fitness industry teaches us about how to maintain order. </p><ul class=\"rteBlock defaultList\"><li>What chocolate cake teaches us about leadership. </li></ul>"
            }
        }
        ,
        
        {
        "@type": "Question",
        "name": "People Don’t Obey the Laws of Physics. The Essence of Leadership.",
        "acceptedAnswer": {
              "@type": "Answer",
              "text": "<p class=\"rteBlock\">The Bible says the study of the universe reveals truth about God (and since we are created in His image something about ourselves as well). One peculiar truth is that the whole universe is made up 98% of two simple atoms – hydrogen and helium. And yet from those two atoms galaxies, human beings, flowers, animals, trees  all have been created. This teaches us something important about leadership. Creating things is not as much about the raw materials used but the wisdom to integrate them in unique ways.  </p><p class=\"rteBlock\">A primary role of leaders is to integrate people around a shared purpose. But when God did His amazing integration work, He used the laws of physics to bind atoms together in different ways. Leaders however are challenged to bind people together who do not obey the laws of physics. This is the essence of the challenge of leadership and why it is the most meaningful work in the world. </p><p class=\"rteBlock\">In this session, participants will learn: </p><ul class=\"rteBlock defaultList\"><li>Why everyone is created to lead, no exceptions. </li><li>Why humans don’t obey the laws of physics. </li><li>Why civilization is advancing technologically at a breathtaking pace but is falling apart in terms of human relationships. </li><li>What leaders must know, do and be to bring order in their part of this chaotic world. </li></ul>"
            }
        }
        
        
     ]}


  
                </script> 
<!-- End of FAQ Schema json -ld --> <ul class="accordion-wrapper roundedIcon  " data-first-expanded="true"> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Built to Beat Chaos, Biblical Wisdom for Leading Yourself and Others</h3> 
</div> 
 <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> 
</svg> 
</div> 
</div> 
</div> 
 <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Today&rsquo;s leaders are well acquainted with chaos. While most businesses (hopefully) enjoy times of success and smooth sailing, we also face periods of disruption, upheaval, discord, and extreme stress. We may be tempted to approach these chaos cycles by putting our head down and waiting for the storm to pass. But Gary Harpst has an encouraging message: We are not created to be victims of chaos, but to harness it for our own purposes. &nbsp;</p><p class="rteBlock">Gary delivers an insightful and practical discussion of how to transform chaos into order by relying on strategies drawn directly from the Bible. You&rsquo;ll learn how to find fulfillment and success by leaning into your innate ability to calm the madness and control chaos by: &nbsp;</p> <ul class="rteBlock defaultList"><li>Understanding the fundamental processes underlying how we put things together for a purpose. &nbsp;</li><li>Answering the question at the heart of leadership: What is it that holds my team together? &nbsp;</li><li>Mastering two critical dimensions: the habit-building system an organization needs to grow and stay fit and the relational skills that create oneness. &nbsp;</li><li>Discovering why everyone is biblically called to leadership and the dynamics of self-leadership. &nbsp;</li><li>Applying biblical principles to transform your organization through action.&nbsp;</li></ul> 
</div> 
</div> 
</div> 
</li> 
 <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Why People Do What They Do?</h3> 
</div> 
 <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> 
</svg> 
</div> 
</div> 
</div> 
 <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">People often do inexplicable things both great and sometimes disruptive. As leaders, we are more effective when we understand human purpose and design. The Bible has clear and somewhat surprising insights about why people do what they do and give leaders a framework for engaging hearts and minds.&nbsp;</p><p class="rteBlock">In this session, participants will take away:&nbsp;</p> <ul class="rteBlock defaultList"><li>Our human charter and what it means to be created in the image of God.&nbsp;</li><li>Why chaos is not our problem, but our purpose.&nbsp;</li><li>The role of desire, reason, imagination and action in human design.&nbsp;</li><li>The number one tool for overcoming chaos. &nbsp;</li><li>The biggest barrier to overcoming chaos. The paradox all leaders face.&nbsp;</li><li>What leaders must know, do and be to grow in effectiveness.</li></ul> 
</div> 
</div> 
</div> 
</li> 
 <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>How to Build a People First Culture in a Process-Centric World</h3> 
</div> 
 <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> 
</svg> 
</div> 
</div> 
</div> 
 <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">As we think about individuals, we often use an &ldquo;or&rdquo; model. People are detail OR big picture oriented. Most individuals are energized by tasks OR relating to people. Of course leaders must recognize that individuals are different and learn how to leverage those differences. But organizations as a whole must be effective at the big picture AND the details. It must be good at executing tasks AND relating to people.&nbsp;</p><p class="rteBlock">In this session, Gary makes the case that effective organizations must master both the process dimension of excellence and the people dimension of engagement. Of these two, he challenges leaders to lay the foundation of a people-first mindset upon which process excellence is built.&nbsp;</p><p class="rteBlock">Participants will take away:&nbsp;</p> <ul class="rteBlock defaultList"><li>The biblical explanation of why human civilization has made amazing progress on the technology front but no progress on the human relationship dimension.&nbsp;</li><li>A five-step model for building &ldquo;oneness&rdquo;. Going beyond just teamwork to the biblical standard of alignment around shared purpose.&nbsp;</li><li>How to sustain the oneness model as the organization grows and changes.&nbsp;</li><li>New insights on deeply the meaningful purpose of leadership and how important it is to humanity.&nbsp;</li></ul> 
</div> 
</div> 
</div> 
</li> 
 <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Why Order Is Easier to Create Than Keep</h3> 
</div> 
 <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> 
</svg> 
</div> 
</div> 
</div> 
 <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">People want to win. More accurately, the Bible says they need to win. That is what we all are created for. This need drives us to things that seem almost impossible. We don&rsquo;t have to think long to identify jaw dropping healthcare that saves an infant&rsquo;s life that was born with heart defects, or a breathtaking musical performance or athletic feat. We are swimming in human achievement.&nbsp;</p><p class="rteBlock">But the brutal facts are that once something is built like a home or especially a business it takes more energy and effort to sustain its existence than it did to create it. Most of us as builders are simply not prepared for that. Leaders have to confront themselves with the realization that their role is not just to bring order out of chaos, but to maintain order as people and products come and go &ndash; as organizations and the world around them changes.&nbsp;</p><p class="rteBlock">In this session, participants will take away:&nbsp;</p><p class="rteBlock">What the three types of chaos are.&nbsp;</p><p class="rteBlock">What it takes to create order&nbsp;</p><p class="rteBlock">Why order it is more difficult to keep than establish it.&nbsp;</p><p class="rteBlock">Five deceptions that are barriers to keeping order.&nbsp;</p><p class="rteBlock">What the fitness industry teaches us about how to maintain order.&nbsp;</p> <ul class="rteBlock defaultList"><li>What chocolate cake teaches us about leadership.&nbsp;</li></ul> 
</div> 
</div> 
</div> 
</li> 
 <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>People Don&rsquo;t Obey the Laws of Physics. The Essence of Leadership.</h3> 
</div> 
 <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> 
</svg> 
</div> 
</div> 
</div> 
 <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">The Bible says the study of the universe reveals truth about God (and since we are created in His image something about ourselves as well). One peculiar truth is that the whole universe is made up 98% of two simple atoms &ndash; hydrogen and helium. And yet from those two atoms galaxies, human beings, flowers, animals, trees &nbsp;all have been created. This teaches us something important about leadership. Creating things is not as much about the raw materials used but the wisdom to integrate them in unique ways. &nbsp;</p><p class="rteBlock">A primary role of leaders is to integrate people around a shared purpose. But when God did His amazing integration work, He used the laws of physics to bind atoms together in different ways. Leaders however are challenged to bind people together who do not obey the laws of physics. This is the essence of the challenge of leadership and why it is the most meaningful work in the world.&nbsp;</p><p class="rteBlock">In this session, participants will learn:&nbsp;</p> <ul class="rteBlock defaultList"><li>Why everyone is created to lead, no exceptions.&nbsp;</li><li>Why humans don&rsquo;t obey the laws of physics.&nbsp;</li><li>Why civilization is advancing technologically at a breathtaking pace but is falling apart in terms of human relationships.&nbsp;</li><li>What leaders must know, do and be to bring order in their part of this chaotic world.&nbsp;</li></ul> 
</div> 
</div> 
</div> 
</li> 
</ul> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1358778707 dmRespRow" id="1358778707"> <div class="dmRespColsWrapper" id="1050267464"> <div class="dmRespCol small-12 medium-12 large-12" id="1630641180"> <div class="dmRespRow" id="1945780016"> <div class="dmRespColsWrapper" id="1837051534"> <div class="dmRespCol small-12 medium-6 large-6" id="1144780140"> <div data-element-type="dYouTubeId" class="u_1694731386 youtubeExt dmNoMark youtube-padding-fix" id="1694731386"> <div class="innerYoutubeExt" id="1522407611"> <iframe id="1424692107" src="https://www.youtube.com/embed/ItajM58FGUM" frameborder="0" allowfullscreen="" title="YouTube video player"></iframe> 
</div> 
</div> 
</div> 
 <div class="dmRespCol small-12 medium-6 large-6" id="1702436536"> <div data-element-type="dYouTubeId" class="u_1075719446 youtubeExt dmNoMark youtube-padding-fix" id="1075719446"> <div class="innerYoutubeExt" id="1386642745"> <iframe id="1535765537" src="https://www.youtube.com/embed/V-HGgVuOETI" frameborder="0" allowfullscreen="" title="YouTube video player"></iframe> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1717987788 mobile-columns-reversed" style="text-align: center;" id="1717987788"> <div class="dmRespColsWrapper" id="1629128550"> <div class="u_1192737174 dmRespCol small-12 dmSectionNoParallax medium-6 large-6" id="1192737174" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9tZC9kbXRtcGwvZjM3NDRlNDgtMGRjZi00NWMyLThmNTYtZjgyOGZhNjhkMmI2L2RtczNyZXAvbXVsdGkvb3B0L09mZmljZS0xOTIwdy5wbmciXSwic3BlZWQiOiI0In0=" data-anim-desktop="none"> <div data-element-type="spacer" class="u_1062253926 dmSpacer" id="1062253926"></div> 
</div> 
 <div class="u_1977205646 dmRespCol small-12 medium-6 large-6" id="1977205646" data-anim-desktop="none"> <div class="u_1616548169 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1616548169" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2><span style="display: initial;">A Faith-Friendly Leader</span></h2> 
</div> 
 <div class="u_1026073200 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1026073200" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: initial;">Gary's mission is to help people find and fulfill God-given purpose at work. His company LeadFirst is innovating to provide the first ERM&trade; (employee relationship management system) that equips leaders to care for their business and for people at the same time. His passion is to come alongside faith-driven business owners and help them use their business as a kingdom building platform, making an eternal difference in the lives of people.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;"><br/></span></p></div> 
 <a data-display-type="block" class="u_1604103224 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://calendly.com/garyharpst" data-element-type="dButtonLinkId" id="1604103224" target="_blank"> <span class="iconBg" id="1968008775"> <span class="icon hasFontIcon icon-star" id="1965794210"></span> 
</span> 
 <span class="text" id="1923875927">Schedule a call with Gary</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_books" style="text-align: center;" id="books" data-anim-desktop="none" data-anchor="books"> <div class="dmRespColsWrapper" id="1411040703"> <div class="u_1211087829 dmRespCol small-12 large-7 medium-7" id="1211087829" data-anim-desktop="none"> <div class="u_1152674575 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1152674575" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="m-text-align-left m-size-32 size-40"><span style="color: rgb(0, 0, 0); font-weight: normal; display: unset;" class="m-font-size-32 font-size-40">Best-Selling Author</span></h2> 
</div> 
 <div class="u_1716292860 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1716292860" style="transition: none 0s ease 0s; text-align: left; display: block;"><p><span class="" style="display: unset;"><span style="display: unset;">Gary speaks, interviews, teaches, and writes frequently on leadership, business, and the integration of faith at work. He has written three books:</span> 
</span><span class="" style="display: unset; font-style: italic;"><span style="display: unset; font-style: italic;">Six Disciplines for Excellence, Execution Revolution,</span> 
</span><span style="display: unset; font-style: normal;">and</span><span class="" style="display: unset; font-style: italic;"> <span style="display: unset; font-style: italic;">Built to Beat Chaos</span></span><span class="" style="display: unset;"> <span style="display: unset;">(Wiley).</span></span><span style="display: initial;"><br/></span></p><p><span class="" style="display: unset;"><span style="display: unset;">In his latest book,</span> 
</span><span style="display: unset; font-style: italic;">Built to Beat Chaos</span><span style="display: unset;">, Gary reveals how timeless, biblical insights can help you overcome organizational chaos.</span></p></div> 
 <a data-display-type="block" class="u_1686456951 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/books/built-to-beat-chaos#FreeChapter" data-element-type="dButtonLinkId" id="1686456951"> <span class="iconBg" id="1201909507"> <span class="icon hasFontIcon icon-star" id="1980274078"></span> 
</span> 
 <span class="text" id="1152685962">Download a Free Chapter</span> 
</a> 
</div> 
 <div class="u_1486738290 dmRespCol small-12 dmSectionNoParallax large-5 medium-5" id="1486738290" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9tZC9kbXRtcGwvZjM3NDRlNDgtMGRjZi00NWMyLThmNTYtZjgyOGZhNjhkMmI2L2RtczNyZXAvbXVsdGkvb3B0L09mZmljZS0xOTIwdy5wbmciXSwic3BlZWQiOiI0In0=" data-anim-desktop="none"> <div class="imageWidget align-center u_1408280860" data-element-type="image" data-widget-type="image" id="1408280860"><img src="https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/built-to-beat-chaos-book-mockup-d1f3427b-1920w.png" alt="Built to beat chaos book image" id="1160604067" class="" data-dm-image-path="https://irp.cdn-website.com/34266c3f/dms3rep/multi/built-to-beat-chaos-book-mockup-d1f3427b.png" width="940" height="788" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1678704976" id="1678704976"> <div class="dmRespColsWrapper" id="1716586475"> <div class="dmRespCol large-12 medium-12 small-12" id="1683152048"> <div class="u_1610645873 widget-832a29 dmCustomWidget" data-lazy-load="" data-title="" id="1610645873" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="832a29738c2b44fdb4e63369b1bf458a" data-widget-version="78" data-widget-config="eyJpdGVtcyI6W3sidGl0bGUiOiJHYXJ5J3MgSGFycHN0ICDigJQgQmVzdHNlbGxpbmcgQXV0aG9yIiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPldpbGV5IHB1Ymxpc2hlZCBHYXJ54oCZcyBsYXRlc3QgYm9vaywg4oCcQnVpbHQgdG8gQmVhdCBDaGFvcywgQmlibGljYWwgV2lzZG9tIGZvciBMZWFkaW5nIFlvdXJzZWxmIGFuZCBPdGhlcnMs4oCdIGluIEFwcmlsIDIwMjMuIFRoZSBtZXNzYWdlIG9mIHRoaXMgYm9vayBpcyB0aGF0IGxlYWRlcnNoaXAgaXMgdGhlIG1vc3QgY2hhbGxlbmdpbmcgYW5kIGVzc2VudGlhbCB3b3JrIGZvciBodW1hbml0eSB0byBmdWxmaWxsIGl0cyBwdXJwb3NlLiBJdCBsYXlzIGEgZnJhbWV3b3JrIGZvciB3aGF0IGVmZmVjdGl2ZSBsZWFkZXJzIG5lZWQgdG8ga25vdywgZG8sIGFuZCBiZS7CoDwvcD48dWwgY2xhc3M9XCJydGVCbG9jayBkZWZhdWx0TGlzdFwiPjxsaT5QcmlvciB0byAmcXVvdDtCdWlsdCB0byBCZWF0IENoYW9zLCBHYXJ5IHJlbGVhc2VkIGhpcyB0aGUgYmVzdC1zZWxsaW5nIE5ZVCwgV1NKLCBhbmQgQnVzaW5lc3NXZWVrIGJvb2ssIOKAnFNpeCBEaXNjaXBsaW5lcyBFeGVjdXRpb24gUmV2b2x1dGlvbjogU29sdmluZyBUaGUgT25lIEJ1c2luZXNzIFByb2JsZW0gVGhhdCBNYWtlcyBTb2x2aW5nIEFsbCBPdGhlciBQcm9ibGVtcyBFYXNpZXIs4oCdIGluIDIwMDguPC9saT48bGk+SW4gMjAwNCwgR2FyeSBwdWJsaXNoZWQg4oCcU2l4IERpc2NpcGxpbmVzIGZvciBFeGNlbGxlbmNlOiBCdWlsZGluZyBTbWFsbCBCdXNpbmVzcyBUaGF0IExlYXJuLCBMZWFkIGFuZCBMYXN04oCdLCB3aGljaCBiZWNhbWUgYW4gYXdhcmQtd2lubmluZyBzdGVwLWJ5LXN0ZXAgYm9vayBmb3IgY29udGludWFsIGJ1c2luZXNzIHBlcmZvcm1hbmNlIGltcHJvdmVtZW50LiBUaGUgYm9vayBkZXRhaWxzIHRoZSBTaXggRGlzY2lwbGluZXMgbWV0aG9kb2xvZ3ksIGEgaG9saXN0aWMgYnVzaW5lc3MtYnVpbGRpbmcgcHJvY2VzcyBiYXNlZCBvbiBwcm92ZW4gYmVzdCBwcmFjdGljZXMgaW4gc3RyYXRlZ3ksIHBsYW5uaW5nLCBvcmdhbml6aW5nLCBleGVjdXRpbmcsIGlubm92YXRpbmcgYW5kIG9yZ2FuaXphdGlvbmFsIGxlYXJuaW5nLjwvbGk+PC91bD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiR2FyeSdzIEhhcnBzdCAg4oCUIEFuIEV4cGVyaWVuY2VkIENFTyIsImhlYWRpbmdUeXBlIjoiaDMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Gb2xsb3dpbmcgc2V2ZXJhbCB5ZWFycyBvZiB3b3JraW5nIGZvciB0aGUgT2hpbyBTdGF0ZSBVbml2ZXJzaXR5IGFuZCBNYXJhdGhvbiBPaWwsIEdhcnkgY28tZm91bmRlZCBhbmQgYmVjYW1lIENFTyBvZiBTb2xvbW9uIFNvZnR3YXJlLCBvcmlnaW5hbGx5IG5hbWVkIOKAnFRMQiwgSW5jLuKAnSAoVGhlIExvcmTigJlzIEJ1c2luZXNzKSBoZWFkcXVhcnRlcmVkIGluIEZpbmRsYXksIE9oaW8uIFVuZGVyIEdhcnnigJlzIGxlYWRlcnNoaXAgZnJvbSAxOTgwIHRocm91Z2ggMjAwMCwgU29sb21vbiBTb2Z0d2FyZSBncmV3IHRvIG1vcmUgdGhhbiA0MDAgZW1wbG95ZWVzLCBzZXJ2aWNpbmcgb3ZlciA0MCwwMDAgY2xpZW50cyB3b3JsZHdpZGUsIGFuZCB3YXMgc29sZCB0byBHcmVhdCBQbGFpbnMgU29mdHdhcmUgaW4gMjAwMC48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5NaWNyb3NvZnQgYWNxdWlyZWQgdGhlIGNvbWJpbmVkIEdyZWF0IFBsYWlucyBhbmQgU29sb21vbiBvcmdhbml6YXRpb25zIGluIDIwMDEsIGFuZCBsb2NhdGVkIGEgc29mdHdhcmUgZGV2ZWxvcG1lbnQgYW5kIHN1cHBvcnQgY2FtcHVzIGluIEZpbmRsYXksIE9oaW8gdW50aWwgMjAwNC4gV2hlbiBNaWNyb3NvZnQgY29uc29saWRhdGVkIHRoZWlyIGRldmVsb3BtZW50IGxvY2F0aW9ucywgR2FyeSBmb3VuZGVkIGEgbmV3IG9yZ2FuaXphdGlvbiB3aXRoIHRoZXNlIHJlc291cmNlcyBhbmQgZXN0YWJsaXNoZWQgU29sb21vbiBDbG91ZCBTb2x1dGlvbnMsIGEgc29mdHdhcmUgZW5naW5lZXJpbmcgc2VydmljZSBmaXJtIGZvciBNaWNyb3NvZnQgSW5kZXBlbmRlbnQgU29mdHdhcmUgVmVuZG9ycyAoSVNWKSBhbmQgTWljcm9zb2Z0IEJ1c2luZXNzIFNvbHV0aW9ucyAoTUJTKSBDaGFubmVsIFBhcnRuZXJzLiBJbiAyMDAxIEdhcnkgZm91bmRlZCBTaXggRGlzY2lwbGluZXMgKG5vdyBMZWFkRmlyc3QuYWkpIHRvIGRldmVsb3AgbGVhZGVyc2hpcCBzeXN0ZW1zIHRvIG1ha2UgbGVhZGVycyBtb3JlIGVmZmVjdGl2ZS7CoDwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifV0sImV4cGFuZEZpcnN0SXRlbSI6dHJ1ZSwiY29sbGFwc2VPdGhlcnMiOnRydWUsImxheW91dCI6InJvdW5kZWRJY29uIiwic2NoZW1hIjpmYWxzZX0="> <ul class="accordion-wrapper roundedIcon  " data-first-expanded="true"> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Gary's Harpst  &mdash; Bestselling Author</h3> 
</div> 
 <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> 
</svg> 
</div> 
</div> 
</div> 
 <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Wiley published Gary&rsquo;s latest book, &ldquo;Built to Beat Chaos, Biblical Wisdom for Leading Yourself and Others,&rdquo; in April 2023. The message of this book is that leadership is the most challenging and essential work for humanity to fulfill its purpose. It lays a framework for what effective leaders need to know, do, and be.&nbsp;</p> <ul class="rteBlock defaultList"><li>Prior to &quot;Built to Beat Chaos, Gary released his the best-selling NYT, WSJ, and BusinessWeek book, &ldquo;Six Disciplines Execution Revolution: Solving The One Business Problem That Makes Solving All Other Problems Easier,&rdquo; in 2008.</li><li>In 2004, Gary published &ldquo;Six Disciplines for Excellence: Building Small Business That Learn, Lead and Last&rdquo;, which became an award-winning step-by-step book for continual business performance improvement. The book details the Six Disciplines methodology, a holistic business-building process based on proven best practices in strategy, planning, organizing, executing, innovating and organizational learning.</li></ul> 
</div> 
</div> 
</div> 
</li> 
 <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Gary's Harpst  &mdash; An Experienced CEO</h3> 
</div> 
 <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> 
</svg> 
</div> 
</div> 
</div> 
 <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Following several years of working for the Ohio State University and Marathon Oil, Gary co-founded and became CEO of Solomon Software, originally named &ldquo;TLB, Inc.&rdquo; (The Lord&rsquo;s Business) headquartered in Findlay, Ohio. Under Gary&rsquo;s leadership from 1980 through 2000, Solomon Software grew to more than 400 employees, servicing over 40,000 clients worldwide, and was sold to Great Plains Software in 2000.</p><br/><p class="rteBlock">Microsoft acquired the combined Great Plains and Solomon organizations in 2001, and located a software development and support campus in Findlay, Ohio until 2004. When Microsoft consolidated their development locations, Gary founded a new organization with these resources and established Solomon Cloud Solutions, a software engineering service firm for Microsoft Independent Software Vendors (ISV) and Microsoft Business Solutions (MBS) Channel Partners. In 2001 Gary founded Six Disciplines (now LeadFirst.ai) to develop leadership systems to make leaders more effective.&nbsp;</p></div> 
</div> 
</div> 
</li> 
</ul> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1018923344 dmRespRow" style="text-align: center;" id="1018923344"> <div class="dmRespColsWrapper" id="1183822469"> <div class="dmRespCol small-12 medium-12 large-12 u_1552505027" id="1552505027"> <div class="u_1557671040 dmNewParagraph" id="1557671040" style="transition: opacity 1s ease-in-out;" data-element-type="paragraph" data-version="5"> <h2 class="text-align-center"><span style="display: initial;">Read Gary&rsquo;s Books. Transform Your Business.</span></h2> 
</div></div> 
</div> 
</div> 
 <div class="u_1485891362 dmRespRow" style="text-align: center;" id="1485891362"> <div class="dmRespColsWrapper" id="1521879810"> <div class="dmRespCol small-12 u_1693667718 medium-4 large-4" id="1693667718"> <div class="u_1078289439 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1078289439"><img src="https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/built-to-beat-chaos-cover-spine-only-1920w.png" alt="Built to Beat Chaos Book Cover" id="1923750724" class="" data-dm-image-path="https://irp.cdn-website.com/34266c3f/dms3rep/multi/built-to-beat-chaos-cover-spine-only.png" width="681" height="999" onerror="handleImageLoadError(this)"/></div> 
 <div class="u_1102252814 dmNewParagraph" id="1102252814" style="display: block;" data-element-type="paragraph" data-version="5"> <h4 class="text-align-center"><span style="display: initial; font-weight: bold;">Built to Beat Chaos</span><span style="display: initial;"><br/></span></h4> 
</div> <div class="dmNewParagraph u_1641745023 text-align-center" id="1641745023" style="display: block; transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"><p class="text-align-left"><span style="display: initial;">In Built to Beat Chaos, Gary reveals how timeless, biblical insights can help you overcome organizational chaos.<br/></span></p><p class="text-align-left"><span style="display: initial;">Over 47% of leaders say that chaos is pervasive in their organizations. Though disorder can feel overwhelming at times, human beings are actually designed to overcome and conquer chaos. An invaluable roadmap for board members, executives, managers, pastors, and other organizational leaders, Built to Beat Chaos is the straightforward, practical, and biblically grounded business manual that every leader should read.<br/></span></p></div> <a data-display-type="block" class="u_1575129863 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.amazon.com/Built-Beat-Chaos-Biblical-Yourself/dp/1394158408" data-element-type="dButtonLinkId" id="1575129863" target="_blank"> <span class="iconBg" aria-hidden="true" id="1309815579"> <span class="icon hasFontIcon icon-star" id="1399290806"></span> 
</span> 
 <span class="text" id="1427254863">Buy</span> 
</a> 
</div> 
 <div class="dmRespCol small-12 u_1184066538 medium-4 large-4" id="1184066538"> <div class="u_1366022302 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1366022302"><img src="https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/six-disciplines-for-excellence-small-1920w.jpg" alt="a book titled six disciplines for excellence by gary harpst" id="1089838469" class="" data-dm-image-path="https://irp.cdn-website.com/34266c3f/dms3rep/multi/six-disciplines-for-excellence-small.jpg" width="333" height="499" onerror="handleImageLoadError(this)"/></div> 
 <div class="u_1069964383 dmNewParagraph" id="1069964383" style="display: block;" data-element-type="paragraph" data-version="5"> <h4 class="text-align-center"><span style="display: initial;">Six Disciplines for Excellence</span></h4> 
</div> <div class="dmNewParagraph u_1435396249" id="1435396249" style="transition: opacity 1s ease-in-out; display: block;" data-version="5"><p><span style="display: initial;">THE NEW YORK TIMES AND WALL STREET JOURNAL BESTSELLER With all of the pressures successful business leaders have today, none is more urgent or challenging than learning the ability to execute strategy. <br/></span></p><p><span style="display: initial;">While larger businesses have the luxury of budgets and resources to meet this challenge, it&rsquo;s the small and midsized businesses that now have a tremendous opportunity to level the playing field, leapfrog the expensive, outdated approaches of the past, and attack the challenge of execution in a revolutionary way. <br/></span></p></div> <a data-display-type="block" class="u_1321738377 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.amazon.com/Six-Disciplines-Excellence-Building-Businesses/dp/B00CG8G5SU/" data-element-type="dButtonLinkId" id="1321738377" target="_blank"> <span class="iconBg" aria-hidden="true" id="1800110054"> <span class="icon hasFontIcon icon-star" id="1153410193"></span> 
</span> 
 <span class="text" id="1163722283">Buy</span> 
</a> 
</div> 
 <div class="dmRespCol small-12 u_1033432234 medium-4 large-4" id="1033432234"> <div class="u_1640906834 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1640906834"><img src="https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/six-disciplines-evolution-small-1920w.jpg" alt="the cover of six disciplines execution revolution by gary harpst" id="1358139269" class="" data-dm-image-path="https://irp.cdn-website.com/34266c3f/dms3rep/multi/six-disciplines-evolution-small.jpg" width="316" height="499" onerror="handleImageLoadError(this)"/></div> 
 <h4 class="u_1800620525 dmNewParagraph" id="1800620525" style="display: block;" data-element-type="paragraph">Six Disciplines&reg; Execution Revolution</h4> <div class="dmNewParagraph u_1292448051" id="1292448051" style="transition: opacity 1s ease-in-out; display: block;" data-version="5"><p><span style="display: initial;">Six Disciplines Leadership Centers are dedicated to helping small businesses achieve and sustain success. <br/></span></p><p><span style="display: initial;">Six Disciplines for Excellence provides six fundamental business principles that are specifically designed to help small businesses move beyond momentary success to attain enduring excellence. <br/></span></p><p><span class="" style="display: initial;"><span style="display: initial;">This book is</span> 
</span><span style="display: initial; text-decoration: underline; font-style: italic;">not</span><span class="" style="display: initial;"> <span style="display: initial;">for those who are looking for a quick fix. Six Disciplines for Excellence is a long-term fitness program, not a fad diet.</span></span></p></div> <a data-display-type="block" class="u_1144055272 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.amazon.com/Six-Disciplines-Execution-Revolution-Business/dp/B00CFOMMLO" data-element-type="dButtonLinkId" id="1144055272" target="_blank"> <span class="iconBg" aria-hidden="true" id="1599789134"> <span class="icon hasFontIcon icon-star" id="1277517863"></span> 
</span> 
 <span class="text" id="1344044737">Buy</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="u_contact-gary dmRespRow" id="contact-gary" data-anchor="contact-gary"> <div class="dmRespColsWrapper" id="1987153634"> <div class="dmRespCol large-12 medium-12 small-12 u_1415209364" id="1415209364"> <div class="u_1435916118 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1435916118"> <h2 class="text-align-center"><span style="display: unset;">Contact Gary</span></h2> 
</div> 
 <div class="u_1805611694 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1805611694" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16 text-align-center size-20"><span style="display: unset; color: rgb(0, 0, 0);" class="font-size-20 m-font-size-16">Send Gary a message to invite to your podcast, speak at an event, or just ask a question!</span></p></div> 
</div> 
</div> 
</div> 
 <div class="u_1739262570 dmRespRow" id="1739262570"> <div class="dmRespColsWrapper" id="1559224558"> <div class="u_1434228596 dmRespCol small-12 medium-12 large-12" id="1434228596"> <div class="u_1052602574 dmform default native-inputs" data-element-type="dContactUsRespId" captcha="true" data-require-captcha="true" data-captcha-position="bottomleft" id="1052602574"> <h3 class="dmform-title dmwidget-title" id="1821424329" hide="true">Contact - Gary Harpst Page</h3> 
 <div class="dmform-wrapper" id="1655954341" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1776893530"> <div class="dmforminput required  small-12 dmRespDesignCol medium-6 large-6" id="1572669327"> <label for="1764328950" id="1707043052" data-dm-for="dmform-0">First Name</label> 
<input type="text" class="" name="dmform-0" id="1764328950"/><input type="hidden" name="label-dmform-0" value="First Name" id="1112143837" class=""/></div> 
 <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6" id="1296040568"> <label for="1119448382" id="1444973126" data-dm-for="dmform-4">Last Name</label> 
<input type="text" name="dmform-4" id="1119448382"/><input type="hidden" name="label-dmform-4" value="Last Name" id="1384398865" class=""/></div> 
 <div class="dmforminput required  small-12 dmRespDesignCol medium-6 large-6" id="1586417477"> <label for="1798426523" id="1169134898" data-dm-for="dmform-1">Email</label> 
<input type="email" class="" name="dmform-1" id="1798426523"/><input type="hidden" name="label-dmform-1" value="Email" id="1299305689" class=""/></div> 
 <div class="dmforminput required  small-12 dmRespDesignCol medium-6 large-6" id="1679473107"> <label for="1794241637" id="1325085407" data-dm-for="dmform-2">Phone</label> 
<input type="tel" class="" name="dmform-2" id="1794241637"/><input type="hidden" name="label-dmform-2" value="Phone" id="1213814970" class=""/></div> 
 <div class="dmforminput large-12 medium-12 dmRespDesignCol" id="1020947761"> <label for="1654894077" id="1997242693" data-dm-for="dmform-3">Message</label> 
 <textarea name="dmform-3" id="1654894077"></textarea> 
<input type="hidden" name="label-dmform-3" value="Message" id="1389074112" class=""/></div> 
 <span id="1630749377" class="dmWidgetClear"></span> 
 <div class="dmformsubmit dmWidget R" id="1394904603"><input class="" name="submit" type="submit" value="Send Message" id="1579970067"/></div> 
<input name="dmformsendto" type="hidden" id="1391511101" class="" value="O0wrseIfFLvzIO8LVyYrqBBh4sCYsK3EUGs9mrd02PBnrHvkUXsP/ONnsWoOcTDWN3KYLdnOLG8=" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1205580578"/><input name="dmformsubject" type="hidden" id="1144478167" class="" value="New Form Submission - Contact Gary" data-email-subject="New Form Submission - Contact Gary"/><input name="dmformfrom" type="hidden" value="" id="1181314763"/><input name="dmformautoreplyenabled" type="hidden" value="true" id="1131525016"/><input name="dmformautoreplyfrom" type="hidden" value="form-processor" id="1185956948"/><input name="dmformautoreplysubject" type="hidden" value="Thank you for your submission" id="1412996168"/><input name="dmformautoreplymsg" type="hidden" value="V2UndmUgcmVjZWl2ZWQgeW91ciBtZXNzYWdlIC0gdGhhbmsgeW91LiBPbmUgb2Ygb3VyIHRlYW0gbWVtYmVycyB3aWxsIGdldCBiYWNrIHRvIHlvdSBzb29uLg==" id="1081592028"/><input name="dmformautoreplyincludeformcopy" type="hidden" value="true" id="1164509585"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSxVKgJu/rFfmkWiN3FipMktGmzP8H1aEgC8QTUT/RuY/NGd1IOc6Z/ax8xFrPkwBRc7DqVm5kBas43/YWQ+zg3CKsGBXqTfIR+On4az36n8jKSXVglM035r0yuyV8OEsKyH76tdypthgCfegAIdaIFXaJ6CjhCzgni//fsMmdN6zobtsiFvA3pwtojnmWbEaoXDadJI2iWdwhmQmQY9E8wULlc1ak5hPfXwsccG4OTF8yVJaIEKkXgBmmYXha/ol5H5pxPAIVt7RmJIAVitbvXqAQvXHSGxAqJPP2YEnvxhsmVnM7GY3Pk2JwBwDLoSMYU/PSjA+sJ+yi9KXwqEGxvUcXFee0p9PDFO9DiYDjB7rEBC7y0WlrNDwA9xoaTVWGXHgHftzSf36Khm6GU/ndeywsKfNXiKuMJ7fyKMGYS3ya82BjPgxZ3nYhEC18MKaU+ufRWgRmY7ca6LK1MbXM+i59iNO8JfsQeufRWgRmY7cJg7L7RUy9hUW+xt1PZS0dLn2I07wl+xB/YcbPq9+oGQg4dD3nztLYw==" data-dec="true"/><input type="hidden" name="page_uuid" value="1e32ac6908fe452cb8eb807161497889"/></form> 
</div> 
 <div class="dmform-success" style="display:none" id="1979032582">Thank you for contacting us.<br id="1696588513"/>We will get back to you as soon as possible.</div> 
 <div class="dmform-error" style="display:none" id="1085701768">Oops, there was an error sending your message.<br id="1426173067"/>Please try again later.</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="sticky-widgets-container-global" id="1626034232"></div> 
 <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div data-flex-id="62a5b29cfb6ca21acbfec1bf" data-auto="flex-section" id="1514042318" data-layout-section=""> <div class="flex-widgets-container" id="1914056090"></div> 
 <section id="62a5b29cfb6ca21acbfec1c0" class="flex-element section" data-auto="flex-element-section"> <div id="62a5b29cfb6ca21acbfec1c1" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="62a5b29cfb6ca21acbfec1c2" class="flex-element group" data-auto="flex-element-group"> <div id="62a5b29cfb6ca21acbfec1c3" class="flex-element group" data-auto="flex-element-group"> <div id="widget_10t" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1728106626"> <div class="imageWidget align-center u_1728106626" data-element-type="image" data-widget-type="image" id="1728106626"> <a href="/home-old-1" id="1388042169" class="" file="false"><img src="https://lirp.cdn-website.com/34266c3f/dms3rep/multi/opt/LeadFirst-Logo-Whole-White-1920w.png" alt="LeadFirst Logo" id="1485026598" class="" data-dm-image-path="https://irp.cdn-website.com/34266c3f/dms3rep/multi/LeadFirst-Logo-Whole-White.png" width="1920" height="863" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div id="widget_rn8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="socialhub" data-external-id="1664094941"> <div class="align-center text-align-center u_1664094941 dmSocialHub gapSpacing" id="1664094941" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://youtube.com/@LeadFirst-ai" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Youtube&apos;)"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></span> 
</a> 
 <a href="https://linkedin.com/company/leadfirstai/" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Linkedin&apos;)"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div id="d1051499" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1495776351"> <div class="u_1495776351 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1495776351" style="transition: none 0s ease 0s; text-align: left; display: block;"><p style="line-height: 1.5;" class="m-size-14 size-17"><span style="color: rgb(255, 255, 255); display: initial; text-decoration: none; font-style: normal; font-weight: normal;" class="font-size-17 m-font-size-14">1219 West Main Cross<br/>Suite 205<br/>Findlay, Ohio 45840</span><span class="font-size-17 m-font-size-14" style="display: initial;"><br/></span></p></div> 
</div> 
</div> 
 <div id="62a5b29cfb6ca21acbfec1c4" class="flex-element group" data-auto="flex-element-group"></div> 
 <div id="62a5b29cfb6ca21acbfec1c9" class="flex-element group" data-auto="flex-element-group"> <div id="widget_cc3" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="ONELinksMenu" data-external-id="2852418734"> <nav class="unifiednav_vertical u_2852418734 effect-background main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_3" layout-sub="" data-show-vertical-sub-items="HOVER" id="2852418734" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container unav-top  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/philosophy" class="unifiednav__item unav-item unav-top-item    " target="" data-target-page-alias="philosophy"> <span class="nav-item-text " data-link-text="Philosophy" data-auto="page-text-style">Philosophy<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/gary-harpst" class="unifiednav__item unav-item unav-top-item  dmNavItemSelected    " target="" data-target-page-alias="gary-harpst" aria-current="page" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Gary Harpst" data-auto="page-text-style">Gary Harpst<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-v2" class="unifiednav__item unav-item unav-top-item    " target="" data-target-page-alias="about-v2"> <span class="nav-item-text " data-link-text="About" data-auto="page-text-style">About<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-services" class="unifiednav__item unav-item unav-top-item    " target="" data-target-page-alias="our-services"> <span class="nav-item-text " data-link-text="Our Work" data-auto="page-text-style">Our Work<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item unav-item unav-top-item    " target="" data-target-page-alias="contact-us"> <span class="nav-item-text " data-link-text="
         Contact us
        " data-auto="page-text-style">Contact us<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-flex-id="62a5b3d3fb6ca21acbfef04b" data-auto="flex-section" id="1050810978" data-layout-section=""> <div class="flex-widgets-container" id="1847627450"></div> 
 <section id="62a5b3d3fb6ca21acbfef04c" class="flex-element section" data-auto="flex-element-section"> <div id="62a5b3d3fb6ca21acbfef04d" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="62a5b3d3fb6ca21acbfef051" class="flex-element group" data-auto="flex-element-group"> <div id="62a5b3d3fb6ca21acbfef04e" class="flex-element group" data-auto="flex-element-group"> <div id="62a5b3d3fb6ca21acbfef052" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="divider" data-external-id="1300648505"> <div class="dmDividerWrapper clearfix u_1300648505" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1300648505"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1964188207"/></div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
 <div data-flex-id="62a5b29cfb6ca21acbfec1cb" data-auto="flex-section" id="1726464811" data-layout-section=""> <div class="flex-widgets-container" id="1395530839"></div> 
 <section id="62a5b29cfb6ca21acbfec1cc" class="flex-element section" data-auto="flex-element-section"> <div id="62a5b29cfb6ca21acbfec1cd" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="62a5b29cfb6ca21acbfec1ce" class="flex-element group" data-auto="flex-element-group"> <div id="62a5b29cfb6ca21acbfec1d0" class="flex-element group" data-auto="flex-element-group"> <div id="62a5b29cfb6ca21acbfec1d1" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="custom" data-external-id="1288674569"> <div class="widget-1f5975 u_1288674569 dmCustomWidget" data-lazy-load="" data-title="" id="1288674569" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="25" data-widget-config="eyJyZXZlcnNlRmxhZyI6bnVsbCwiY29weXJpZ2h0VGV4dCI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5MZWFkRmlyc3TCoDwvcD4ifQ=="> <div class="copyright"> <div>&copy; 2026&nbsp;</div> 
 <div><p class="rteBlock">LeadFirst&nbsp;</p></div> 
</div> 
</div> 
</div> 
</div> 
 <div id="62a5b29cfb6ca21acbfec1cf" class="flex-element group" data-auto="flex-element-group"> <div id="62a5b2affb6ca21acbfec33a" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1858618346"> <div class="u_1858618346 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1858618346" style="transition: none; text-align: left; display: block;"><p class="m-size-12 text-align-right size-14"><a href="/privacypolicy" runtime_url="/privacypolicy" type="page" class="font-size-14 m-font-size-12" m-font-size-set="true" style="display: unset;">Privacy Policy</a><span m-font-size-set="true" class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);">&nbsp;</span><span single-space="true" class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);"> <span class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);"></span> 
</span><span class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);" m-font-size-set="true">|</span><span single-space="true" class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);"> <span class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);"></span> 
</span><a href="/cookie-policy" runtime_url="/cookie-policy" type="page" class="font-size-14 m-font-size-12" m-font-size-set="true" style="display: unset;">Cookie Policy</a><span single-space="true" class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);"> <span class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);"></span> 
</span><span class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);" m-font-size-set="true">|</span><span class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);"><span class="font-size-14 m-font-size-12" style="display: unset; color: rgb(255, 255, 255);">&nbsp;</span> 
</span><a href="/accessibility" runtime_url="/accessibility" type="page" class="font-size-14 m-font-size-12" m-font-size-set="true" style="display: unset;">Accessibility</a><span m-font-size-set="true" class="font-size-14 m-font-size-12" style="display: unset;">&nbsp;|</span><span single-space="true" class="font-size-14 m-font-size-12" style="display: unset;"> <span class="font-size-14 m-font-size-12" style="display: unset;"></span> 
</span><a href="/terms-of-service" runtime_url="/terms-of-service" type="page" class="font-size-14 m-font-size-12" m-font-size-set="true" style="display: unset;">Terms of Service</a></p></div> 
</div> 
</div> 
</div> 
</div> 
</section> 
</div> 
</div> 
 <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 

    </div>
</div>
<!--  Add full CSS and Javascript before the close tag of the body if needed -->
<!-- ========= JS Section ========= -->
<script>
    var isWLR = true;

    window.customWidgetsFunctions = {};
    window.customWidgetsStrings = {};
    window.collections = {};
    window.currentLanguage = "ENGLISH"
    window.isSitePreview = false;
</script>
<script>
    window.customWidgetsFunctions["832a29738c2b44fdb4e63369b1bf458a~78"] = function (element, data, api) {
        

$(element).find('[data-first-expanded="true"]').attr('data-first-expanded', 'false').find('.accordion-item').eq(0).addClass('expanded');

$(element).off('click.toggle').on('click.toggle', '.accordion-title', function(){
    if(data.config.collapseOthers){
        $(this).parents('.accordion-item').siblings().removeClass('expanded');
        // $(element).find('.accordion-item').not(this).removeClass('expanded');
    }
    $(this).parents('.accordion-item').toggleClass('expanded');
});


    };
</script>
<script>
    window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~25"] = function (element, data, api) {
        null
    };
</script>
<script type="text/javascript">

    var d_version = "production_6494";
    var build = "2026-05-27T10_48_14";
    window['v' + 'ersion'] = d_version;

    function buildEditorParent() {
        window.isMultiScreen = true;
        window.editorParent = {};
        window.previewParent = {};
        window.assetsCacheQueryParam = "?version=2026-05-27T10_48_14";
        try {
            var _p = window.parent;
            if (_p && _p.document && _p.$ && _p.$.dmfw) {
                window.editorParent = _p;
            } else if (_p.isSitePreview) {
                window.previewParent = _p;
            }
        } catch (e) {

        }
    }

    buildEditorParent();
</script>

<!-- Load jQuery -->
<script type="text/javascript" id='d-js-jquery'
        src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script>
<!-- End Load jQuery -->
<!-- Injecting site-wide before scripts -->
<!-- End Injecting site-wide to the head -->


<script>
    var _jquery = window.$;

    var jqueryAliases = ['$', 'jquery', 'jQuery'];

    jqueryAliases.forEach((alias) => {
        Object.defineProperty(window, alias, {
            get() {
                return _jquery;
            },
            set() {
                console.warn("Trying to over-write the global jquery object!");
            }
        });
    });
    window.jQuery.migrateMute = true;
</script>
<script>
    window.cookiesNotificationMarkupPreview = 'null';
</script>

<!-- HEAD RT JS Include -->
<script id='d-js-params'>
    window.INSITE = window.INSITE || {};
    window.INSITE.device = "desktop";

    window.rtCommonProps = {};
    rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
    rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
    rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com';
    rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
    rtCommonProps["inlineEditGrid.snap"] =true;
    rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
    rtCommonProps["rt.pushnotifs.force.button"] =true;
    rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
    rtCommonProps["common.mapbox.js.override"] =false;
    rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
    rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
    rtCommonProps["isCoverage.test"] =false;
    rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
    rtCommonProps["common.resources.dist.cdn"] =true;
    rtCommonProps["common.build.dist.folder"] = 'production/6494';
    rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
    rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/6494';
    rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true;
    rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true;
    rtCommonProps["feature.flag.runOnReadyNewTask"] =true;
    rtCommonProps["isAutomation.test"] =false;
    rtCommonProps["booking.cal.api.domain"] = 'api.cal.com';

    
    rtCommonProps['common.mapsProvider'] = 'mapbox';
    
    rtCommonProps['common.mapsProvider.version'] = '0.52.0';
    rtCommonProps['common.geocodeProvider'] = 'mapbox';
    rtCommonProps['server.for.resources'] = '';
    rtCommonProps['feature.flag.lazy.widgets'] = true;
    rtCommonProps['feature.flag.single.wow'] = false;
    rtCommonProps['feature.flag.disallowPopupsInEditor'] = true;
    rtCommonProps['feature.flag.mark.anchors'] = true;
    rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz';
    rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME';
    rtCommonProps["images.sizes.small"] =160;
    rtCommonProps["images.sizes.mobile"] =640;
    rtCommonProps["images.sizes.tablet"] =1280;
    rtCommonProps["images.sizes.desktop"] =1920;
    rtCommonProps["modules.resources.cdn"] =true;
    rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/';
    rtCommonProps["feature.flag.runtime.inp.threshold"] =150;
    rtCommonProps["feature.flag.performance.logs"] =false;
    rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
    rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
    rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
    rtCommonProps["termly.mapbox.consent.category"] = 'performance';
    // feature flags that's used out of runtime module (in  legacy files)
    rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;

    window.rtFlags = {};
    rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true;
    rtFlags["scripts.widgetCount.enabled"] =true;
    rtFlags["fnb.animations.tracking.enabled"] =true;
    rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
    rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = true;
    rtFlags["ecom.ecwid.pages.links.disable.listeners"] = true;
    rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
    rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
    rtFlags["feature.flag.photo.gallery.exact.size"] =true;
    rtFlags["geocode.search.localize"] =false;
    rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
    rtFlags["twitter.heightLimit.enabled"] = true;
    rtFlags["runtime.lottieOverflow"] =false;
    rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
    rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
    rtFlags["flex.animation.design.panel.layout"] =true;
    rtFlags["runtime.cwv.report.cls.enabled"] =false;
    rtFlags["runtime.cwv.report.lcp.enabled"] =false;
    rtFlags["contact.form.useActiveForm"] =true;
    rtFlags["contact.form.custom.errors.enabled"] =false;
    rtFlags["runtime.ssr.productStore.internal.observer"] =true;
    rtFlags["runtime.ssr.productCustomizations"] =true;
    rtFlags["runtime.ssr.runtime.filter-sort.newFilterSortWidgetWithOptions.enabled"] =true;
    rtFlags["runtime.ssr.ssrSlider.jumpThreshold.enabled"] =true;
</script>
<script src="https://static.cdn-website.com/mnlt/production/6494/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js"  id="d-js-core"></script>
<!-- End of HEAD RT JS Include -->
<script src="https://static.cdn-website.com/mnlt/production/6494/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
<script>
    
    $(window).bind("orientationchange", function (e) {
        $.layoutManager.initLayout();
        
    });
    $(document).resize(function () {
        
    });
</script>















<script type="text/javascript" id="d_track_sp">
    ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
        p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
        };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
        n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow"));
    window.dmsnowplow  = window.snowplow;

    dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker
        appId: '34266c3f'
    });

    // snowplow queries element styles so we wait until CSS calculations are done.
    requestAnimationFrame(() => {
        dmsnowplow('trackPageView');
        _dm_insite.forEach((rule) => {
            // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here
            // the tracking is in popup.js
            if (rule.actionName !== "popup") {
                dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId);
            }
            window?.waitForDeferred?.('dmAjax', () => {
                $.DM.events.trigger('event-ruleTriggered', {value: rule});
            });
        });
    });
</script>



<div style="display:none;" id="P6iryBW0Wu"></div>

<!-- photoswipe markup -->









<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">

    <!-- Background of PhotoSwipe. 
         It's a separate element as animating opacity is faster than rgba(). -->
    <div class="pswp__bg"></div>

    <!-- Slides wrapper with overflow:hidden. -->
    <div class="pswp__scroll-wrap">

        <!-- Container that holds slides. 
            PhotoSwipe keeps only 3 of them in the DOM to save memory.
            Don't modify these 3 pswp__item elements, data is added later on. -->
        <div class="pswp__container">
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
        </div>

        <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
        <div class="pswp__ui pswp__ui--hidden">

            <div class="pswp__top-bar">

                <!--  Controls are self-explanatory. Order can be changed. -->

                <div class="pswp__counter"></div>

                <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>

                <button class="pswp__button pswp__button--share" title="Share"></button>

                <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>

                <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>

                <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
                <!-- element will get class pswp__preloader--active when preloader is running -->
                <div class="pswp__preloader">
                    <div class="pswp__preloader__icn">
                      <div class="pswp__preloader__cut">
                        <div class="pswp__preloader__donut"></div>
                      </div>
                    </div>
                </div>
            </div>

            <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
                <div class="pswp__share-tooltip"></div> 
            </div>

            <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
            </button>

            <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
            </button>

            <div class="pswp__caption">
                <div class="pswp__caption__center"></div>
            </div>

        </div>

    </div>

</div>
<div id="fb-root"
        data-locale="en"></div>
<!-- Alias: 34266c3f -->
<div class="dmPopupMask" id="dmPopupMask"></div>
<div id="dmPopup" class="dmPopup">
	<div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div>
 	<div class="dmPopupTitle"> <span></span> Share by:</div> 
	<div class="data"></div>
</div><script id="d_track_personalization">
	window?.waitForDeferred?.('dmAjax', () => {
		// Collects client data and updates cookies used by smart sites
		window.expireDays = 365;
		window.visitLength = 30 * 60000;
		$.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays);
			setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit");
	});
</script>
<script type="text/javascript">
    
    Parameters.NavigationAreaParams.MoreButtonText = 'MORE';
    
    Parameters.NavigationAreaParams.LessButtonText = 'LESS';
    Parameters.HomeLinkText = 'Home';
    </script>
<div><script type="text/javascript">
             try{
            if (globalThis.parent){
                 var parentFlags =  globalThis.parent._flags;
                 var parentStrings =  globalThis.parent.dmStr;

             }
            } catch(e) {}
            _flags = window._flags || {};_flags = {...parentFlags,..._flags,...{"runtime.ssr.accordion.scroll.height.fix":true,"runtime.ssr.add.render":true,"runtime.ssr.booking.dryrun.for.default.staffmember":false,"runtime.ssr.checkbox.customizations":true,"runtime.ssr.ecom.productStore.connectedWidgets.init.listener.from.rt.mobx.store":false,"runtime.ssr.enabled":true,"runtime.ssr.file.customizations":false,"runtime.ssr.initial-props-in-data-attribute":true,"runtime.ssr.lazyHydrate":true,"runtime.ssr.log.showHydrationDiff":false,"runtime.ssr.log.showHydrationErrors":true,"runtime.ssr.non-view-media-server-placeholder":true,"runtime.ssr.productCustomizations":true,"runtime.ssr.productStore.internal.observer":true,"runtime.ssr.render.overrideMarkup":true,"runtime.ssr.runtime.filter-sort.newFilterSortWidgetWithOptions.enabled":true,"runtime.ssr.script-fetch-priority-low":false,"runtime.ssr.search.layout.enabled":true,"runtime.ssr.slider-dev-logging":false,"runtime.ssr.slider-reOrderSelectedToBeFirst":true,"runtime.ssr.slider.alternative.animation.to.reduce.cls.enabled":true,"runtime.ssr.slider.image.fillAvailableSpace.enabled":true,"runtime.ssr.ssrAddToCart.snipcart.new.api.addProduct.enabled":true,"runtime.ssr.ssrSlider.jumpThreshold.enabled":true,"runtime.ssr.ssrSlider.multiplePaginationPerLayout.enabled":true,"runtime.ssr.ssrSlider.slideCleanWrap.enabled":true,"runtime.ssr.widget.migration.addtocart":false,"runtime.ssr.widget.migration.options.variations":false}}
           
        
          var dmStr = {...parentStrings,...dmStr,...{"key.runtime":"some value","placeholder.add-content":"Add Content","second.key":"value2","widget.addtocart.title":"Add to cart","rt.advancedFormInput.requiredMessage":"This is required","ui.ed.breadcrumbs.empty.message":"There aren't any visible pages to show in the breadcrumbs. This message won't appear on your live published site.","ui.runtimessr.addtocart.subscribe.title":"Subscribe Now","ui.runtimessr.addtocart.subscribe.tooltip.text":"Test your subscription’s checkout by publishing your site and using its live version. ","ui.runtimessr.advancedFormInput.requiredMessage":"This is required","ui.runtimessr.calbooking.back.button":"Back","ui.runtimessr.calbooking.booking.title":"{eventTitle} between {staffMemberName} and {attendeeNames}","ui.runtimessr.calbooking.cancelBooking.cancelButton":"Cancel appointment","ui.runtimessr.calbooking.cancelBooking.cancelling":"Cancelling...","ui.runtimessr.calbooking.cancelBooking.cancelling.placeholder":"Why are you cancelling?","ui.runtimessr.calbooking.cancelBooking.reason":"Reason for cancellation (optional)","ui.runtimessr.calbooking.cancelBooking.title":"Cancel this appointment?","ui.runtimessr.calbooking.canceledBooking.title":"This appointment is canceled","ui.runtimessr.calbooking.confirmation.dryRun.note":"Check back later or contact us for more info","ui.runtimessr.calbooking.confirmation.dryRun.title":"This site isn’t accepting bookings yet","ui.runtimessr.calbooking.confirmation.pending.subtitle":"It’s now awaiting confirmation from our team","ui.runtimessr.calbooking.confirmation.pending.title":"Your booking request was sent","ui.runtimessr.calbooking.confirmation.preview.note":"Go to the live site at its actual domain to make a booking","ui.runtimessr.calbooking.confirmation.preview.title":"You can't create appointments in preview mode","ui.runtimessr.calbooking.confirmation.success.back":"Back","ui.runtimessr.calbooking.confirmation.success.cancel":"Cancel","ui.runtimessr.calbooking.confirmation.success.change":"Need to make a change?","ui.runtimessr.calbooking.confirmation.success.description":"We sent an email with the details to everyone.","ui.runtimessr.calbooking.confirmation.success.host":"Host","ui.runtimessr.calbooking.confirmation.success.or":"or","ui.runtimessr.calbooking.confirmation.success.reschedule":"Reschedule","ui.runtimessr.calbooking.confirmation.success.title":"This meeting is scheduled","ui.runtimessr.calbooking.confirmation.success.videoCallLink":"Video Call","ui.runtimessr.calbooking.confirmation.success.what":"What","ui.runtimessr.calbooking.confirmation.success.when":"When","ui.runtimessr.calbooking.confirmation.success.where":"Where","ui.runtimessr.calbooking.confirmation.success.who":"Who","ui.runtimessr.calbooking.duration.minutes":"{duration} min","ui.runtimessr.calbooking.markup.eventType":"Free Consultation","ui.runtimessr.calbooking.markup.userName":"John Smith","ui.runtimessr.calbooking.meta.price.free":"Free","ui.runtimessr.calbooking.meta.price.includes.tax":"Includes {taxPercentage} tax","ui.runtimessr.calbooking.meta.price.might.change":"Total price might change depending on your location","ui.runtimessr.calbooking.paid.booking.next.step.button":"Next","ui.runtimessr.calbooking.reschedule.booking":"Reschedule Booking","ui.runtimessr.collectionSearch.noResults":"No results.","ui.runtimessr.fileupload.error.upload_failed":"Upload Failed","ui.runtimessr.filtersort.less-filters":"Less Filters ({count})","ui.runtimessr.filtersort.more-filters":"More Filters ({count})","ui.runtimessr.priceOptions.option.oneTimeOnly":"One-time purchase","ui.runtimessr.productCustomizations.errors.checkbox.exactlyChoices":"Choose exactly {exact} choices","ui.runtimessr.productCustomizations.errors.checkbox.maxChoices":"Choose up to {max} choices","ui.runtimessr.productCustomizations.errors.checkbox.minChoices":"Choose at least {min} choices","ui.runtimessr.productCustomizations.errors.checkbox.required":"Choose at least one choice","ui.runtimessr.productCustomizations.errors.file.maxFiles":"Upload up to {max} files","ui.runtimessr.productCustomizations.errors.required":"This field is required","ui.runtimessr.productCustomizations.noCustomizations":"This product has no product customizations. This widget will not show up on the live site.","ui.runtimessr.productPrice.omnibus.last.price":"Lowest price in the last {period} days - {displayedPrice}","ui.runtimessr.productPrice.omnibus.total.price.might.change":"Total price might change depending on your location","ui.runtimessr.productPrice.omnibus.vat":"Includes {vatPercentage}% tax","ui.runtimessr.productPriceOptions.autoRenew":"Will auto-renew until canceled","ui.runtimessr.productPriceOptions.expiresAfter":"Expires after","ui.runtimessr.productPriceOptions.frequency.monthly":"month","ui.runtimessr.productPriceOptions.frequency.weekly":"week","ui.runtimessr.productPriceOptions.frequency.yearly":"year","ui.runtimessr.productPriceOptions.frequencyPlural.monthly":"months","ui.runtimessr.productPriceOptions.frequencyPlural.weekly":"weeks","ui.runtimessr.productPriceOptions.frequencyPlural.yearly":"years","ui.runtimessr.productPriceOptions.title":"Price options","ui.runtimessr.staffMemberSelection.anyoneAvailable":"Anyone available","widget.addtocart.disabledText.placeHolder":"OUT OF STOCK","widget.filtersort.clear-all":"clear all","widget.filtersort.filter-by.title":"Filter by","widget.filtersort.sort-by.title":"Sort by","widget.filtersort.title":"Sort & Filter"}}

</script>
        <script id="ssr-static" type="module"  src="https://ms-cdn.multiscreensite.com/runtime-react/4195/res/js/runtime-react.js"></script></div><!--  End Script tags -->
<!--  Begin Body End Markup -->
<!--sendX-->
<script type="text/javascript">
   var _scq = _scq || [];
   var _scs = _scs || {};
   _scs.teamId = "aFdx12KPPeE38cZwgPb7UB";

   (function() {
     var dc = document.createElement('script');
     dc.type = 'text/javascript';
     dc.async = true;
     dc.src = '//cdn.sendx.io/prod/aFdx12KPPeE38cZwgPb7UB.js';
     var s = document.getElementsByTagName('script')[0];
     s.parentNode.insertBefore(dc, s);
   })();
  </script>
<!--end sendX-->
<!--Webinar Popup-->
<div class="elfsight-app-6b0ed412-bcd8-4898-b868-8f4f47938328" data-elfsight-app-lazy>
    <!--End Webinar Popup-->

<script>
    (function(){
        var s    = document.createElement('script');
        var h    = document.querySelector('head') || document.body;
        s.src    = 'https://acsbapp.com/apps/app/dist/js/app.js';
        s.async  = true;
        s.onload = function(){
            acsbJS.init({
                statementLink    : '',
                footerHtml       : '',
                hideMobile       : false,
                hideTrigger      : false,
                disableBgProcess : false,
                language         : 'en',
                position         : 'left',
                leadColor        : '#233b77',
                triggerColor     : '#233b77',
                triggerRadius    : '50%',
                triggerPositionX : 'left',
                triggerPositionY : 'bottom',
                triggerIcon      : 'people',
                triggerSize      : 'medium',
                triggerOffsetX   : 20,
                triggerOffsetY   : 20,
                mobile           : {
                    triggerSize      : 'small',
                    triggerPositionX : 'right',
                    triggerPositionY : 'bottom',
                    triggerOffsetX   : 10,
                    triggerOffsetY   : 10,
                    triggerRadius    : '50%'
                }
            });
        };
        h.appendChild(s);
    })();
</script>

<!--  End Body End Markup -->
<!--  Site Wide Html Markup -->
<div id="swh-0c755389cc884c77b59d2e0d45956dfe"><div data-wrapper-source="appstore" > <script type="text/javascript" src="https://cdn.userway.org/widget.js?account=ONqZiekI3e&platfAppInstalledSiteId=3795551"></script> </div></div><!--  Site Wide Html Markup -->
</body>
</html>
