<!DOCTYPE html> <!--[if lt IE 7 ]><html lang="en" class="ie6 oldie no-js"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="ie7 oldie no-js"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="ie8 oldie no-js"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="ie9 no-js"> <![endif]--><html itemscope="itemscope" itemtype="http://schema.org/WebPage" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <!-- Meta --><meta http-equiv="X-UA-Compatible" content="IE=Edge"> <!-- Defining the charset in HTML4 --> <!-- In HTML5 --><meta name="viewport" content="width=device-width, initial-scale=1"><title itemprop="name">Technology Learning Center</title><link rel="preload" as="font" href="https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPHA.ttf" crossorigin/><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf" crossorigin/><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhs.ttf" crossorigin/><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf" crossorigin/><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf" crossorigin/><link rel="preload" as="font" href="https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/fonts/slick.woff" crossorigin/><link rel="preload" as="font" href="https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff" crossorigin/><link rel="preload" as="font" href="https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0" crossorigin/><link rel="preload" as="font" href="https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf" crossorigin><link rel="preload" as="font" href="https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0" crossorigin><link rel="preload" as="font" href="https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/fonts/slick.woff" crossorigin><link rel="preload" as="font" href="https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&#038;fvd=n7&#038;v=3" crossorigin><style id="wpr-usedcss">@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype')}.powrLoaded iframe{visibility:hidden}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}@font-face{font-display:swap;font-family:FontAwesome;src:url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-search:before{content:"\f002"}.fa-times:before{content:"\f00d"}.fa-share:before{content:"\f064"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-rss:before{content:"\f09e"}.fa-linkedin:before{content:"\f0e1"}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/ajax-loader.gif') center center no-repeat #fff}@font-face{font-display:swap;font-family:slick;font-weight:400;font-style:normal;src:url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/fonts/slick.eot');src:url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/fonts/slick.eot?#iefix') format('embedded-opentype'),url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/fonts/slick.woff') format('woff'),url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/fonts/slick.ttf') format('truetype'),url('https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/fonts/slick.svg#slick') format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}aside,figure,footer,nav,section{display:block}audio,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}strong{font-weight:700}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}pre{overflow:auto}code,pre{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus,a:hover{color:#2a6496;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.h3,.h4,h1,h2,h3,h4{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h4,h4{margin-top:10px;margin-bottom:10px}h1{font-size:36px}h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}p{margin:0 0 10px}.mark,mark{padding:.2em;background-color:#fcf8e3}ul{margin-top:0;margin-bottom:10px}ul ul{margin-bottom:0}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote footer{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before{content:'\2014 \00A0'}code,pre{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.container{margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1032px}}.row{margin-right:-15px;margin-left:-15px}.col-xs-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12{float:left}.col-xs-12{width:100%}table{background-color:transparent}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=radio]:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}input[type=search]{-webkit-appearance:none}input[type=month],input[type=time]{line-height:34px}_:-ms-fullscreen,_:-ms-fullscreen,:root input[type=time],_:-ms-fullscreen,_:-ms-fullscreen,:root input[type=month]{line-height:1.42857143}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.radio input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.65}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#fff;text-decoration:none;background-color:#6cbd45}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#428bca}.nav>li>a>img{max-width:none}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:right;margin:20px 10px 0 0}.navbar-nav>li{float:left;margin:0 0 0 10px}.navbar-nav>li>a{padding:10px 15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel>.table{margin-bottom:0}.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;opacity:0}.tooltip.in{opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}@media screen and (min-width:768px){.carousel-indicators{bottom:20px}}.container:after,.container:before,.nav:after,.nav:before,.pager:after,.pager:before,.row:after,.row:before{display:table;content:" "}.container:after,.nav:after,.pager:after,.row:after{clear:both}.hide{display:none!important}.show{display:block!important}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.content{position:relative;z-index:50}.banner{position:relative!important}a:hover{text-decoration:none!important}.frm{margin:25px 0 20px;float:right}input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,textarea:focus{border-color:rgba(82,168,236,.8);outline:0;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6)}input[type=email],input[type=month],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555;vertical-align:middle;border-radius:4px}.row{width:auto!important;margin:0 auto!important}.follow{margin-left:0!important}.footer{background:#0072bc;margin-left:0!important;margin-top:20px}.footer h3{font-family:Lato,sans-serif;font-size:18px;font-weight:500;color:#fff}.footer p{font-family:Lato,sans-serif;font-size:12px;font-weight:100;color:#fff}.hidden{display:none;visibility:hidden}@media (min-width:768px){.navbar-nav>li{float:left;margin:0 0 0 2px!important}.navbar-nav>li>a{padding:10px 12px!important}}@media (min-width:1200px){.row{width:91%!important;margin:0 auto!important}.row:after,.row:before{display:table;line-height:0;content:""}.row:after{clear:both}[class*=span]{float:left;min-height:1px;margin-left:30px}.container{width:1032px}input,textarea{margin-left:0}}@media (min-width:978px) and (max-width:1198px){.frm{text-align:center!important}}@media (min-width:768px) and (max-width:979px){.row{margin-left:-20px}.row:after,.row:before{display:table;line-height:0;content:""}.row:after{clear:both}[class*=span]{float:left;min-height:1px;margin-left:20px}.container{width:724px}input,textarea{margin-left:0}.frm{margin:25px 0 20px!important;width:auto!important}.map{text-align:center!important;width:100%!important;height:289px!important;margin:20px auto!important;box-shadow:none!important}.follow ul{margin-left:0!important;padding:0!important}}@media (min-width:481px) and (max-width:766px){.frm{margin:25px 0 20px!important}.map{text-align:center!important;width:452px!important;height:289px!important;margin:20px auto!important}}@media (max-width:767px){body{padding-right:0;padding-left:0}.container{width:auto}.row{margin-left:0}[class*=span]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[class*=span],select[class*=span],textarea[class*=span]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.follow ul{margin-left:0!important;padding:0!important}}@media (max-width:480px){input[type=checkbox],input[type=radio]{border:1px solid #ccc}.frm{margin:35px 0 20px!important}.map{width:auto!important}.follow ul{text-align:center!important;width:200px!important;margin:0 auto!important}.page-container{margin-top:160px!important}}@media (max-width:979px){body{padding-top:0}}body,p{font-family:'Open Sans',sans-serif;font-size:14px;color:#000}h1,h2,h3,h4{color:#444}iframe{margin:0;padding:0;border:none;overflow:scroll}img.aligncenter{text-align:center;display:block;margin-left:auto;margin-right:auto}.aligncenter{display:block;text-align:center;margin-left:auto;margin-right:auto}@media only screen and (min-width :768px){.dropdown:hover .dropdown-menu{display:block}}.dropdown-menu{border:0!important}.carousel-indicators{position:absolute;left:0;z-index:15;width:100%;padding-left:3em;margin-bottom:0;margin-left:0;text-align:left;list-style:none}.entry-content{padding:0}@media (max-width:767px){.entry-content{padding:0 10px 20px 20px}}.team-member{margin-bottom:10px}.ti-donors{margin-bottom:0!important}.slick-next:before,.slick-prev:before{color:#f7941e}.location ul{padding-left:0!important}.resources-item{text-align:center;margin-bottom:30px!important}.resources-item img{border-radius:5px 5px 0 0;text-align:center;width:100%}.resources-item:hover img{box-shadow:0 2px 7px #ccc}.home-resources li img{border-radius:5px 5px 0 0;width:98%;text-align:center;margin-left:2px}.pagination{margin-bottom:60px}.pagination li a,.pagination li span{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:none;margin-right:5px;color:#0072bc}.pagination li span.dots{background:#fff!important;color:#000!important}.pagination li span,.pagination li span.current{background:#0072bc!important;color:#fff!important}.pagination li a:hover,.pagination li span:hover{color:#000}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#0072bc;border:none}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:#fed98c;border:none}.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:0 0}.header-search .gsc-control-cse{padding:0;border-radius:5px}.search-toggle{display:none}@media all and (max-width:480px){.header-search{margin-top:30px;display:none}.search-toggle{display:block;padding-left:5px}.search-toggle a:hover,.search-toggle:hover{color:#0072bc}.search-toggle a{padding:0 0 0 20px!important}}.topsearch-form{display:none;position:absolute;right:0;top:47px;width:240px;padding:10px;background:#f1f1f1}.top-search{position:relative;display:inline-block;margin:0 0 0 10px;vertical-align:middle}.topsearch-form form{position:relative}.topsearch-form label span.screen-reader-text{display:none}.topsearch-form button{background-color:#f7941e;color:#fff;width:100%;padding:0!important;height:49px;right:0;top:0;min-width:0}.topsearch-form form input{outline:0;border:1px solid #d7d7d7;background:#fff;height:50px;padding:0 20px!important;font-size:16px;width:100%!important}.wpb_row{margin-bottom:10px!important}.wpb_tour .wpb_tabs_nav li a:hover{background-color:#f7941e}.wpb_tour .wpb_tabs_nav li a{background-color:#0072bc;color:#fff}.ti-rss-caption{padding:0!important}@media (max-width:767px){.top-search{float:none;width:auto;display:inline-block;margin:0;vertical-align:middle}}.headercsslide,.headercsslide2{display:none}.headercsslide.active,.headercsslide2.active{display:block}.headercs-links{background:#0072bc;padding:30px 0;text-align:center}.headercs-links ul,.headercs-links ul li{margin:0;padding:0;display:inline-block}.headercs-links a{display:inline-block;border-radius:50px;border:2px solid #fff;color:#fff;font-size:18px;padding:10px 20px;min-width:120px;margin:5px;cursor:pointer}.headercs-links a.active,.headercs-links a:hover{background:#fff;color:#0072bc}.headercs-prev{font-size:24px;position:absolute;left:10px;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#fff;cursor:pointer}.headercs-next{font-size:24px;position:absolute;right:10px;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#fff;cursor:pointer}.contant-main{overflow:hidden;float:left;width:100%}.contant-main h2{font-size:35px;line-height:40px;color:#333;margin:0;padding:0 0 30px}.ar-box:before{right:0;height:100%;width:4000px;background:#005a95;content:'';position:absolute;top:0}.ar-box>div{position:relative}.ar-box+.ar-box:before{right:auto;left:0;background:#004e81}.ar-box:after{left:0;background:url(https://techimpact.org/wp-content/themes/techimpact-2018/assets/img/arrow-img.png) left no-repeat;position:absolute;top:30px;width:32px;height:61px;content:''}.ar-box strong{color:#f7941e}.recentblog-section .entry-content+a{display:inline-block;border-radius:50px!important;border:2px solid #333!important;background:0 0!important;color:#333!important;padding:15px 25px!important;min-width:160px;text-align:center;font-size:18px!important}.recentblog-section .entry-content+a:hover{border-color:#0072bc!important;background:#0072bc!important;color:#fff!important}@media (max-width:767px){.headercs-links a{min-width:0}.contant-main h2{font-size:27px;line-height:30px}.ntresources-section .grid-item,.ntresources-section .grid-sizer{width:100%;max-height:200px}}.ntresources-section{max-width:100%;height:450px}.ntresources-section:after{content:'';display:block;clear:both}.grid-item,.grid-sizer{width:20%}.gutter-sizer{width:0%}.grid-item{float:left;border:2px solid #fff}.ntresources-section .wpb_content_element{margin:0!important}.ntresources-section i{display:block;color:#fff;font-size:15px;font-weight:600;padding:0 0 10px;margin:0 0 10px;color:#fff;text-transform:uppercase;position:relative;font-style:normal}.ntresources-section i:before{content:'';position:absolute;left:0;bottom:0;width:55px;background:#fff;height:1px}.ntresources-section strong{display:block;font-size:19px;line-height:28px;font-weight:600;color:#fff;text-transform:uppercase;margin:0;position:relative;padding:0 0 15px}.ntresources-section strong:before{content:'';position:absolute;left:0;bottom:0;width:20px;background:#fff;height:8px}.recentblog-section{padding:50px 0 0;margin:0!important}.recentblog-section>div>.vc_column-inner{padding:0!important}.recentblog-section .entry-image{display:block;background-size:cover;height:300px;float:left;width:100%}.recentblog-section .entry-image img{display:none}.recentblog-section .entry-text{background:#f2f2f2;padding:25px;float:left;width:100%}.recentblog-section h4{color:#4c4c4c;font-size:28px;line-height:32px;padding:0 0 10px;font-weight:700}.recentblog-section h4 a{color:#4c4c4c}.recentblog-section h4 a:hover{color:#0e74b5}.recentblog-section .entry-content{font-size:18px;font-style:italic;padding:0 0 20px;color:#4c4c4c}.recentblog-section .entry-content+a .fa{display:none}.recentblog-section .entry-content+a{display:block;margin:0 auto;max-width:180px}@media (min-width:768px){.recentblog-section .rss-feed{margin:0 -5px}}.recentnewsblog-section{padding:50px 0;float:left;width:100%;margin-left:0!important;margin-right:0!important}.recentnewsblog-section h2{font-weight:700;color:#0072bc;font-size:42px;line-height:50px}.recentnewsblog-section .ti-rss-caption{padding:15px!important}.recentnewsblog-section h4{margin:0;padding:0 0 10px;margin:0 0 20px;position:relative}.recentnewsblog-section h4:before{content:'';position:absolute;left:0;bottom:0;height:4px;width:60px;background:#0072bb}.recentnewsblog-section h4 a{color:#333;font-size:20px;font-weight:700;line-height:28px}.recentnewsblog-section .entry-content{color:#676666;font-size:16px;line-height:22px;padding:0 0 10px}.recentnewsblog-section .entry-content+a .fa{display:none}.recentnewsblog-section .entry-content+a{color:#0072bc}.recentnewsblog-section .entry-content+a:after{content:' >'}.ourGraduates-logoes .slick-prev:before{content:"\f053";color:#848383;font-family:FontAwesome}.ourGraduates-logoes .slick-next:before{content:"\f054";color:#848383;font-family:FontAwesome}@media (max-width:767px){.recentnewsblog-section{padding:30px 0}.recentnewsblog-section h2{font-size:32px;line-height:40px}.ourGraduates-logoes .slick-prev{left:-17px}.ourGraduates-logoes .slick-next{right:-17px}}.brand-bridge{background-color:#00274a;color:#fff;padding:10px 0 3px}.brand-bridge>.container{display:flex;flex-wrap:wrap;justify-content:space-between}.brand-bridge>.container:after,.brand-bridge>.container:before{display:none}.brand-bridge .tech-social{padding:0}.brand-bridge .brand-bridge-nav{padding:0;flex-grow:1}.brand-bridge a{color:inherit}.brand-bridge .menu-item:not(.brand-more) a{font-weight:700}.brand-bridge .brand-bridge-menu{padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between}.brand-bridge .brand-bridge-menu>.menu-item{flex-basis:25%;border-left:1px solid #33526e;text-align:center;font-size:calc(14px + (13 - 12) * ((100vw - 767px) / (1032 - 767)))}@media(min-width:1032px){.brand-bridge .brand-bridge-menu>.menu-item{font-size:inherit}}@media(max-width:1000px){.brand-bridge .tech-social{flex-basis:100%;text-align:center}}@media(max-width:767px){.brand-bridge{padding-top:0}.brand-bridge .brand-bridge-menu>.menu-item{flex-basis:50%;border-width:0;border-bottom:1px solid #33526e;padding:10px 0}.brand-bridge .brand-bridge-menu>.menu-item:nth-child(2n){border-left:1px solid #33526e}}.tech-social{list-style:none}.tech-social li{display:inline-block;font-size:18px}.tech-social li+li{padding:0 0 0 20px}@media (max-width:767px){.brand-bridge .brand-bridge-menu>.menu-item{border:none!important}.brand-bridge .tech-social{display:none}.brand-bridge .brand-bridge-menu{margin-bottom:0}}@media only screen and (max-width:786px){.topsearch-form{left:0!important;top:40px!important}}@font-face{font-family:brandon-grotesque;src:url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/8f4e31/0000000000000000000132e3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");font-display:swap;font-style:normal;font-weight:700;font-stretch:normal}.footer-menu .partners-donors>a,.screen-reader-text,.visuallyhidden{position:absolute!important;clip:rect(0,0,0,0);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden;margin:-1px}html{font-size:62.5%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font-size:1.4rem}body a{color:#3670a3}table{margin:2rem 0}table table{margin:0}.entry-content a:not(.button),.footer-menu a:not([href="#"]),.wpb_text_column a:not(.button){text-decoration:underline}.pill{font-weight:400;text-transform:uppercase;color:#fff;text-shadow:1px 1px 2px #000;border-radius:8px;font-size:70%;line-height:1;padding:2px 8px;-webkit-transform:translateY(-1px);transform:translateY(-1px);display:inline-block}.top .menu-header-main-container>.menu>li.menu-item-has-children>a:after{background-image:url("data:image/svg+xml;charset=utf8, %3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 3L1 1' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:8px;height:4px}.gform_wrapper ul{padding-left:0;list-style:none}.gform_wrapper li{margin-bottom:2rem}.gform_wrapper form{margin-bottom:0}.gform_wrapper .button,.gform_wrapper input[type=submit]{font-family:Lato,sans-serif!important;font-weight:700}.gform_wrapper .button:focus,.gform_wrapper input[type=submit]:focus{outline:0}.button{-webkit-font-smoothing:antialiased!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;display:inline-block!important;text-align:center!important;text-decoration:none!important;background:#f79522!important;border-radius:6px!important;border-width:0!important;color:#fff!important;height:auto!important;transition:all .4s ease!important;padding:6px 18px!important;text-shadow:none!important;width:auto!important;font-size:2.4rem;line-height:1.5em!important}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide--rtl{direction:rtl}.entry .entry-content .has-text-align-center{text-align:center}.entry .entry-content .wp-block-cover{background-repeat:no-repeat;background-size:cover}.entry .entry-content .wp-block-cover .wp-block-cover__inner-container>*{color:#fff}.entry .entry-content .wp-block-cover.banner{position:relative;z-index:1;padding-top:60px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:470px}.entry .entry-content .wp-block-cover.banner .wp-block-cover__inner-container{max-width:840px;padding:0 10px;margin-left:auto;margin-right:auto}.entry .entry-content .wp-block-cover.banner .wp-block-cover__inner-container>h1,.entry .entry-content .wp-block-cover.banner .wp-block-cover__inner-container>p{text-shadow:0 2px 4px rgba(0,0,0,.5)}.entry .entry-content .wp-block-cover.banner .wp-block-cover__inner-container>h1{font-family:brandon-grotesque,sans-serif;font-size:50px;text-transform:uppercase;margin-bottom:30px}.entry .entry-content .wp-block-cover.banner .wp-block-cover__inner-container>p{font-size:18px}.entry .entry-content .wp-block-cover.banner .wp-block-cover__inner-container>p.has-text-align-center{max-width:500px;margin-left:auto;margin-right:auto}.entry .entry-content .tlc-container .wp-block-group__inner-container{max-width:1030px;padding:10px;margin:0 auto}.entry .entry-content .topics-grid{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:320px;margin-top:40px;margin-left:auto;margin-right:auto}@media (min-width:900px){.entry .entry-content .topics-grid{width:100%;margin-left:-.25%;margin-right:-.25%;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.entry .entry-content .topics-grid .topic{-webkit-flex:0 0 19%;-ms-flex:0 0 19%;flex:0 0 19%;margin-left:0;margin-right:0;margin-bottom:5px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:0;min-height:240px;text-align:center}@media (min-width:900px){.entry .entry-content .topics-grid .topic{margin-left:.25%;margin-right:.25%;margin-bottom:.5%}}.entry .entry-content .topics-grid .topic a{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;padding:20px 18px 18px}.entry .entry-content .topics-grid .topic-icon{display:block;width:120px;height:109px;margin:0 auto 26px;background-size:contain;background-repeat:no-repeat;background-position:50%}.entry .entry-content .topics-grid .topic-title{-webkit-flex:1;-ms-flex:1;flex:1;color:#666;font-size:17px;font-weight:700;margin:0;line-height:1.4}.entry .entry-content .quote-slider{padding:0 0 20px}.brand-bridge .learn-more{display:none;font-size:1.1rem;margin-right:10rem;-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}@media (max-width:899px){.brand-bridge .learn-more{display:none}.top>.container:after,.top>.container:before{content:none}}.top{background-color:#fff;position:relative;z-index:100}.top>.container{width:calc(100% - 4rem);max-width:1160px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top .logo{padding:2rem 0}.top .logo img{width:auto;height:4rem}.top ul{list-style:none;padding:0;margin:0}.top .top-menu{-webkit-flex:1;-ms-flex:1;flex:1}@media (max-width:899px){.top .top-menu{height:0;overflow:hidden;position:absolute;top:100%;left:0;width:100%;background-color:#fff;z-index:99}.top .top-menu.active{height:calc(100vh - 104px);overflow:auto;display:block}.top #menu-header-main li{text-align:center;margin:1rem 0}}.top .menu-header-main-container{width:calc(100% - 4rem);margin-left:auto;margin-right:auto}@media (min-width:900px){.top .menu-header-main-container{width:100%}.top .menu-header-main-container>.menu{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top .menu-header-main-container>.menu>li:first-child{width:7.1rem}}.top .menu-header-main-container>.menu>li{-webkit-flex:none;-ms-flex:none;flex:none}.top .menu-header-main-container>.menu>li.menu-item-has-children{position:relative;padding:2rem 0}.top .menu-header-main-container>.menu>li>a{display:inline-block;font-size:2.2rem;font-weight:600;color:#000;cursor:pointer}.top .menu-header-main-container>.menu>li>ul li:not(.dropdown-heading){line-height:1.2;margin-bottom:.7rem}.top .menu-header-main-container>.menu>li>ul li:not(.dropdown-heading):last-child{margin-bottom:0}.top .menu-header-main-container>.menu>li>ul li:not(.dropdown-heading) a{color:#767676;font-size:2rem;font-weight:400}.top .menu-header-main-container>.menu>li>ul li:not(.dropdown-heading) a:active,.top .menu-header-main-container>.menu>li>ul li:not(.dropdown-heading) a:focus,.top .menu-header-main-container>.menu>li>ul li:not(.dropdown-heading) a:hover{color:#1a5cd1}.top .dropdown-heading>a{color:#262626;font-size:2.2rem;font-weight:600;display:block;margin-top:1rem;margin-bottom:1rem;cursor:default}@media (min-width:900px){.top .menu-header-main-container>.menu>li+li{margin-left:4%}.top .menu-header-main-container>.menu>li.menu-item-has-children>ul{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transform:translateX(-5rem);transform:translateX(-5rem);background-color:#fff;border-radius:2px;position:absolute;top:calc(100% + .1rem);max-height:0;box-shadow:0 1px 14px rgba(0,0,0,.15);overflow:hidden;z-index:10}.top .menu-header-main-container>.menu>li.menu-item-has-children>ul:before{top:0;-webkit-transform:translate(4rem,-100%);transform:translate(4rem,-100%);position:absolute;content:"";display:block;width:1.4rem;height:.6rem;background-image:url(https://techimpact.org/wp-content/themes/techimpact-2018/images/dropdown-arrow-active.png);background-position:50%;background-size:contain;background-repeat:no-repeat}.top .menu-header-main-container>.menu>li.menu-item-has-children.active>ul,.top .menu-header-main-container>.menu>li.menu-item-has-children:hover>ul{max-height:100vh;overflow:visible;padding:2.5rem}.top .menu-header-main-container>.menu>li.menu-item-has-children.active>a,.top .menu-header-main-container>.menu>li.menu-item-has-children:hover>a{color:#1a5cd1}.top .menu-header-main-container>.menu>li.menu-item-has-children>a:after{display:inline-block;content:"";margin-left:.6rem;-webkit-transform:translateY(-.2rem);transform:translateY(-.2rem)}.top .menu-header-main-container>.menu>li>a{font-size:1.4rem;white-space:nowrap}.top .menu-header-main-container>.menu>li>ul{padding:0 3rem;min-width:36rem}.top .menu-header-main-container>.menu>li>ul li:not(.dropdown-heading) a{font-size:1.25rem;white-space:nowrap}.top .menu-header-main-container>.menu>li>ul>li+li{margin-left:2rem}.top .menu-header-main-container>.menu>li:first-child>ul{min-width:36rem;-webkit-columns:14rem 2!important;-moz-columns:14rem 2!important;columns:14rem 2!important;display:block}.top .dropdown-heading>a{margin-top:0;margin-bottom:1rem;font-size:1.4rem}}.top .dropdown-heading>a:active,.top .dropdown-heading>a:focus,.top .dropdown-heading>a:hover{color:#262626}.top #menu-trigger{display:block;width:2rem;height:2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border:none;padding:0}.top #menu-trigger:active,.top #menu-trigger:focus,.top #menu-trigger:hover{outline:0}.top #menu-trigger:active .bars,.top #menu-trigger:active .bars:after,.top #menu-trigger:active .bars:before,.top #menu-trigger:focus .bars,.top #menu-trigger:focus .bars:after,.top #menu-trigger:focus .bars:before,.top #menu-trigger:hover .bars,.top #menu-trigger:hover .bars:after,.top #menu-trigger:hover .bars:before{background-color:#1a5cd1}.top #menu-trigger .bars{display:block;width:2rem;overflow:visible;height:.1rem;background-color:#000}.top #menu-trigger .bars:after,.top #menu-trigger .bars:before{content:"";display:block;height:.1rem;background-color:#000}.top #menu-trigger .bars:before{-webkit-transform:translateY(-.4rem);transform:translateY(-.4rem)}.top #menu-trigger .bars:after{-webkit-transform:translateY(.4rem);transform:translateY(.4rem)}.dropdown-single-column ul.sub-menu{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;-webkit-columns:1!important;-moz-columns:1!important;column-count:1!important}.dropdown-single-column ul.sub-menu li{margin-left:0!important}.main-search-active{position:relative;overflow:hidden}.site-search-form{background-color:hsla(0,0%,100%,.9);position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%}.main-search-active .site-search-form{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;z-index:101}.main-search-active .site-search-form,.site-search-form .search-form-wrap{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.site-search-form .search-form-wrap{padding-top:5rem;position:relative;max-width:80rem;display:-webkit-flex;display:-ms-flexbox;display:flex}.site-search-form .close-search{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:1rem;display:block;position:absolute;right:1rem;top:1rem;z-index:1;box-shadow:none;background:0 0;color:#262626;font-size:2rem}.site-search-form .close-search:active,.site-search-form .close-search:focus,.site-search-form .close-search:hover{outline:0;color:#1a5cd1}.site-search-form .search-field{background:0 0;color:#262626;border:none;border-bottom:2px solid #001a31;padding:1rem;font-size:2.4rem;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;box-shadow:none;border-radius:0;margin:0;height:auto}@media (min-width:900px){.top #menu-trigger{display:none}.site-search-form .search-field{font-size:3rem}}.site-search-form .search-field:active,.site-search-form .search-field:focus,.site-search-form .search-field:hover{outline:0;border:0;border-bottom:2px solid #1a5cd1;box-shadow:none}.site-search-form .search-submit{background:0 0;border-radius:0;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transform:translateY(1rem);transform:translateY(1rem)}.site-search-form .search-submit:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;font-size:2.4rem;content:"\f002"}.site-search-form .search-submit:active,.site-search-form .search-submit:focus,.site-search-form .search-submit:hover{outline:0;color:#1a5cd1}#item-list{margin-top:24px}#item-list .item-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:14px;border:1px solid #eee;box-shadow:0 1px 3px rgba(0,0,0,.1);min-height:130px;padding:9px;transition:all .2s ease}#item-list .item-container:hover{box-shadow:0 1px 5px rgba(0,0,0,.3)}@media (max-width:420px){#item-list .item-container{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#item-list .item-container div.item-thumbnail{width:100%;padding-top:40%}#item-list .item-container h2.item-title{margin:1rem 0}}#item-list .item-container .item-thumbnail{width:235px;height:120px;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative}#item-list .item-container .item-thumbnail.default{background-color:#2457b2}#item-list .item-container .item-thumbnail.default a{background:0 0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#item-list .item-container .item-thumbnail.paid a{background:url(https://techimpact.org/wp-content/themes/techimpact-2018/images/paid-flag.png) no-repeat rgba(0,114,189,.4);background-position:calc(100% + 3px) -2px;background-size:32px 31px}#item-list .item-container .item-thumbnail a{background-color:rgba(0,114,189,.4);display:block;width:100%;height:100%;opacity:1;transition:all .4s ease;position:absolute;top:0;left:0}#item-list .item-container .item-thumbnail a:active,#item-list .item-container .item-thumbnail a:focus,#item-list .item-container .item-thumbnail a:hover{opacity:.2}#item-list .item-container .item-content{position:relative;-webkit-flex:1;-ms-flex:1;flex:1;padding:0 6px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:6px}#item-list .item-container .item-title{-webkit-flex:0;-ms-flex:0;flex:0;font-size:22px;font-weight:700;line-height:1.2;margin:0}#item-list .item-container .item-title a{color:#0072bd}#item-list .item-container .item-title a:active,#item-list .item-container .item-title a:focus,#item-list .item-container .item-title a:hover{color:#2457b2}#item-list .item-container .item-title .pill{background-color:#6dbd45}#item-list .item-container .item-excerpt{display:none}#item-list .item-container .item-excerpt p{font-size:14px;color:#262626;margin:0}#item-list .item-container .item-optional-text{font-size:14px;color:#767676;line-height:1.2;margin-top:6px;font-style:italic}#item-list .item-container .item-optional-text+p{margin-top:12px}#item-list .item-container .item-provider{display:none;width:70px;position:absolute;bottom:0;right:0}#item-list .item-container .item-provider p{font-size:12px;color:#767676;margin:0}@media (min-width:900px){.grid-layout #item-list .facetwp-template{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin-left:-1%;margin-right:-1%}.grid-layout #item-list .facetwp-template .item-container{-webkit-flex:0 0 24%;-ms-flex:0 0 24%;flex:0 0 24%;padding:6px;height:310px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;margin-left:.5%;margin-right:.5%}.grid-layout #item-list .facetwp-template .item-container .item-thumbnail{width:100%;height:0;padding-top:48%}.grid-layout #item-list .facetwp-template .item-container .item-content{margin-left:0}.grid-layout #item-list .facetwp-template .item-container .resource-optional-text{display:-webkit-box;-webkit-line-clamp:5;overflow:hidden;-webkit-box-orient:vertical}.grid-layout #item-list .facetwp-template .item-container .item-title{font-size:17px;margin:6px 0;line-height:1.4}.list-layout #item-list .item-container .item-excerpt,.list-layout #item-list .item-container .item-provider{display:block}.list-layout #item-list .item-container .item-content{padding-right:100px}}.list-layout #item-list .item-container .item-optional-text{font-style:italic;margin-bottom:5px}.footer{clear:both;background-color:#001a31;color:#fff}.footer>.container{max-width:1112px;width:calc(100% - 4rem)}.footer a{color:hsla(0,0%,100%,.5)}.footer a:active,.footer a:focus,.footer a:hover{color:#4299ff}.footer-menu{color:hsla(0,0%,100%,.5);font-size:1rem;border-bottom:1px solid hsla(0,0%,100%,.1);padding:5.6rem 0 0;margin-bottom:2rem}.footer-menu ul{list-style:none;margin:0;padding:0}.footer-menu .menu-footer-container{padding-bottom:5.6rem}.footer-menu #menu-footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer-menu #menu-footer>*{-webkit-flex:0 0 48%;-ms-flex:0 0 48%;flex:0 0 48%;margin-bottom:4rem}@media (min-width:900px){.footer-menu #menu-footer>*{margin-bottom:0;-webkit-flex:1;-ms-flex:1;flex:1}.footer-menu #menu-footer>:first-child{-webkit-flex:2;-ms-flex:2;flex:2}.footer-menu #menu-footer>:nth-child(4){margin-left:4%}}.footer-menu #menu-footer>li>a{color:#fff;font-size:1.2rem;cursor:default}.footer-menu #menu-footer>li>a:active,.footer-menu #menu-footer>li>a:focus,.footer-menu #menu-footer>li>a:hover{color:#fff}.footer-menu #menu-footer>li>ul{padding-top:1.6rem}.footer-menu #menu-footer>li>ul>li+li{margin-top:1.6rem}.footer-menu #menu-footer a{display:block}.footer-menu .site-description.menuizer-container{max-width:20rem}.footer-menu .site-description .widget_media_image{margin-bottom:1.2rem}.footer-menu .site-description .widget_text p{line-height:1.6;font-family:inherit;font-weight:300}.footer-menu .partners-donors .sub-menu,.footer-menu .partners-donors .sub-menu li{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-menu .partners-donors .sub-menu li+li:before{content:"\007C";display:inline;margin:0 .8rem}.footer-bottom{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;padding-bottom:1rem}.footer-bottom p{color:#fff;font-weight:600;font-size:1rem}.footer-bottom .footer-left,.footer-bottom .footer-right{-webkit-flex:1;-ms-flex:1;flex:1}.footer-bottom .footer-right{text-align:right}.footer-bottom .footer-right .fa-social{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-bottom .footer-right .fa-social a{color:#fff}.footer-bottom .footer-right .fa-social a:active,.footer-bottom .footer-right .fa-social a:focus,.footer-bottom .footer-right .fa-social a:hover{color:#4299ff}.wpb_content_element ul:not([class]){margin:3rem 0}.wpb_content_element ul:not([class]) li{line-height:1.6}.wpb_content_element ul:not([class]) li+li{margin-top:1.5rem}.sharethis-inline-share-buttons{margin:3rem 0}.sharethis-inline-share-buttons .st-btn{background-color:#9caaba!important}.sharethis-inline-share-buttons .st-btn:hover{background-color:#077ecd!important}.sharethis-inline-share-buttons .st-btn+.st-btn{margin-left:1px}.sharethis-inline-share-buttons .st-btn.st-first{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.sharethis-inline-share-buttons .st-btn.st-last{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.news_posts_button a{transition:none!important;font-size:1.6rem;background-color:#0072bd!important}.news_posts_button a button{background-color:transparent!important;border:none!important;display:none}.page-template-simple .entry-content{padding:0}.page-template-simple .footer{margin-top:0}@media (max-width:480px){.page-template-simple .page-container{margin-top:10px!important}}.page-template-simple .tlc-heading{margin:0;font-size:28px;font-weight:700;color:#f7941e;text-transform:uppercase}.page-template-simple.search-active .hide-on-search{display:none}.page-template-simple .page-container a{color:#3670a3}.facetwp-counter{display:none}.facetwp-type-checkboxes{position:relative}.facetwp-checkbox{background:0 0!important;padding-left:10px;font-size:15px;color:#4a4a4a}.facetwp-checkbox:before{left:0;display:inline-block;background-color:#fff;box-shadow:inset 0 1px 3px rgba(0,0,0,.5);border-radius:2px;-webkit-transform:translateY(2px);transform:translateY(2px)}.facetwp-checkbox:after,.facetwp-checkbox:before{position:absolute;content:"";width:16px;height:16px}.facetwp-checkbox:after{left:2px;display:none;background:url(https://techimpact.org/wp-content/themes/techimpact-2018/images/checkbox.png) 50% no-repeat;background-size:15px 12.6px;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.facetwp-checkbox.checked:after{display:block}.facetwp-facet-pagination{margin-top:30px;text-align:center;font-size:18px}.facetwp-facet-pagination a{display:inline-block;padding:2px 4px;line-height:1}.facetwp-facet-pagination .active{font-weight:700;color:#000!important;background-color:#f0f0f0;border-radius:3px;padding:2px 6px;text-decoration:none!important}#tlc-search{position:relative;display:table;margin:40px auto 90px}#tlc-search .facetwp-input-wrap{width:98%}#tlc-search .facetwp-facet{margin-bottom:0}#tlc-search input[type=text],#tlc-search select{background-color:#fff;border-radius:0;border:none;padding:10px;height:42px;box-sizing:border-box;line-height:1.2;margin:0;font-size:20px;color:#262626}#tlc-search input[type=text]:active,#tlc-search input[type=text]:focus,#tlc-search select:active,#tlc-search select:focus{outline:0;box-shadow:none}#tlc-search input[type=text]{width:100%}#tlc-search .select{border-radius:2px;background-color:#f7941e;box-shadow:inset -2px -2px 4px 0 rgba(0,0,0,.1);width:200px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width:900px){#tlc-search .select{width:280px}}#tlc-search .select>:nth-child(2){display:block;width:2px;height:100%;background-color:#fff;overflow:hidden;text-indent:100%;white-space:nowrap}#tlc-search .select>:last-child{margin-left:10px;margin-right:10px;width:14px;height:100%;line-height:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#tlc-search select{width:calc(100% + 34px);padding-right:46px;background-color:#f7941e;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);text-transform:uppercase;cursor:pointer}#tlc-search #trigger-select{cursor:pointer;pointer-events:none}#tlc-search #trigger-select span{text-shadow:0 1px 2px rgba(0,0,0,.2)}#tlc-search #search-submit button{border-radius:2px;display:block;background-color:#6dbd45;box-shadow:inset 0 1px 4px 0 rgba(0,0,0,.2);width:42px;height:42px;border:none;margin-left:4px}#tlc-search #search-submit button:focus{outline:0}#tlc-search .search-container{position:relative;z-index:1;width:670px;max-width:90vw;background:#fff;border-radius:3px;padding:4px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}@media (max-width:420px){#tlc-search .search-container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#tlc-search #search-topic{width:calc(100% - 47px)}#tlc-search .select{width:100%}}#tlc-search #search-text{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}#tlc-search.advanced #advanced-open{opacity:0}#tlc-search #advanced-close,#tlc-search #advanced-open,#tlc-search #reset{background:0 0;border:none;font-size:14px;padding:0}#tlc-search #advanced-close:focus,#tlc-search #advanced-open:focus,#tlc-search #reset:focus{outline:0}#tlc-search #advanced-open,#tlc-search #reset{position:absolute;right:0;bottom:0;-webkit-transform:translateY(30px);transform:translateY(30px)}#tlc-search #reset{left:2px;right:auto;display:none}body.search-active #tlc-search #reset{display:block}#search-options{position:absolute;top:100%;left:0;z-index:0;width:100%;max-height:0;overflow:hidden;background:#f2f2f2;background-image:linear-gradient(0deg,hsla(0,0%,100%,.75) 59%,rgba(0,0,0,.1) 87%);box-shadow:0 4px 12px 0 rgba(0,0,0,.5);border-radius:3px;color:#000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transform:translateY(-3px);transform:translateY(-3px);padding:0 36px}#search-options #advanced-close{position:absolute;bottom:5px;right:10px;z-index:1;color:#0072bd}#search-options>*{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}.advanced #search-options{max-height:100vh}#search-options .search-option{padding:20px 0}#search-options .search-option p{text-transform:capitalize;color:#0072bd;font-weight:700;font-size:17px}#search-sorting{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;transition:all .5s ease}@media (max-width:420px){#search-sorting{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#search-sorting>*{margin:.5rem auto!important}}body.search-active #search-sorting{opacity:1}#search-sorting .result-count{-webkit-flex:1;-ms-flex:1;flex:1;color:#f7941e;font-weight:700;font-size:2.4rem}#search-sorting .result-count>.facetwp-facet{margin-bottom:none;display:inline}@media (max-width:420px){#search-sorting .result-count>.facetwp-facet{display:block;text-align:center;margin-bottom:0}}#search-sorting .search-sort{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:15px;color:#767676}#search-sorting .search-sort+.search-sort{margin-left:20px}#search-sorting .search-sort select{margin:0 0 0 7px;background-color:#fff;color:#767676;border-radius:6px;line-height:1;font-size:15px;display:inline-block;height:40px;border:1px solid #a6a6a6}#search-sorting .search-sort select.facetwp-per-page-select{width:62px}#search-sorting .search-sort>.facetwp-facet{margin-bottom:0}@media (max-width:899px){#search-sorting #layout{display:none!important}}#search-sorting #layout button{padding:0;box-shadow:none;border:none;margin:0;background-color:transparent}#search-sorting #layout button+button{margin-left:6px}#search-sorting #layout button:focus{outline:0}#search-sorting #layout button#grid-layout{margin-left:7px}#search-sorting #layout .layout-icon{width:30px}#search-sorting #layout .layout-icon span{display:block;background-color:#ddd;border:1px solid #bbb;border-radius:1px;width:100%;height:6px;margin-bottom:2px}#search-sorting #layout .layout-icon.layout-grid{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}#search-sorting #layout .layout-icon.layout-grid span{width:14px;height:14px}#resources,.tlc-container{position:relative;z-index:0}#resources{background-color:#fff;max-width:1030px;padding:10px;margin:0 auto}.search-active #resources{display:block;padding-top:20px}#resources.grid-layout .layout-grid span,#resources.list-layout .layout-list span{background-color:#0072bd!important}#topic-area{padding:32px 0}#funders-area{padding:52px 0 12px}#funders-area a{text-decoration:underline;font-size:16px}#funders-area a:hover{text-decoration:underline!important}.funder-logos{margin:50px auto;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.funder-logos,.funder-logos .wp-block-column{display:-webkit-flex;display:-ms-flexbox;display:flex}.funder-logos .wp-block-column{-webkit-flex:0 0 48%;-ms-flex:0 0 48%;flex:0 0 48%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:10px 40px}@media (min-width:900px){.funder-logos .wp-block-column{-webkit-flex:0 0 14%;-ms-flex:0 0 14%;flex:0 0 14%;padding:0}}.funder-logos .wp-block-column img{display:block;width:100%;height:auto}#about-tlc-area{padding:25px 0 40px}#about-tlc-area .inline-list{padding:0;margin:24px auto 0;list-style:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (min-width:900px){#about-tlc-area .inline-list{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}#about-tlc-area .inline-list li{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}#about-tlc-area .inline-list li+li{margin-left:10px}@media (min-width:900px){#about-tlc-area .inline-list li{margin-bottom:0}#about-tlc-area .inline-list li+li:before{display:block;content:"";width:5px;height:5px;border-radius:50%;background-color:#000;margin-right:10px}}#about-tlc-area .inline-list a{display:block;font-size:16px;text-decoration:underline!important}.vc_row:after,.vc_row:before{content:" ";display:table}.vc_row:after{clear:both}@media (max-width:767px){.vc_hidden-xs{display:none!important}}.vc_column_container{width:100%}.vc_row{margin-left:-15px;margin-right:-15px}.vc_col-sm-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}@media (min-width:768px){.vc_col-sm-12{float:left}.vc_col-sm-12{width:100%}}#content .wpb_text_column :last-child,#content .wpb_text_column p:last-child,.wpb_text_column :last-child,.wpb_text_column p:last-child{margin-bottom:0}.wpb_content_element,ul.wpb_thumbnails-fluid>li{margin-bottom:35px}.wpb_accordion .wpb_content_element,.wpb_googleplus,.wpb_pinterest,.wpb_tab .wpb_content_element{margin-bottom:21.73913043px}.wpb-content-wrapper{margin:0;padding:0;border:none;overflow:unset;display:block}.vc_parallax-inner iframe{max-width:1000%}.vc_video-bg{height:100%;overflow:hidden;pointer-events:none;position:absolute;top:0;left:0;width:100%;z-index:0}.vc_video-bg iframe{max-width:1000%}.vc_row.vc_row-o-full-height{min-height:100vh}.vc_column-inner::after,.vc_column-inner::before{content:" ";display:table}.vc_column-inner::after{clear:both}.vc_ie-flexbox-fixer{display:flex;flex-direction:column}.vc_ie-flexbox-fixer>.vc_row{flex:1 1 auto}.vc_column_container{padding-left:0;padding-right:0}.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}.wpb_pinterest a{border-bottom:0}.vc_toggle{display:block;margin:0 0 21.73913043px;padding:0;font-size:1em}.vc_toggle:last-of-type{margin-bottom:35px}.vc_toggle_title{cursor:pointer;display:block;margin:0;padding:0;position:relative;-webkit-user-select:none;user-select:none;font-weight:400}.vc_toggle_title>h4{display:inline}.vc_toggle_content{display:none;margin-bottom:21.73913043px;margin-top:1em;overflow:hidden;padding:0}.vc_toggle.vc_toggle_active>.vc_toggle_content{display:block}.wpb_gmaps_widget .wpb_wrapper{background-color:#f7f7f7;padding:5px}.wpb_content_element .wpb_tabs_nav li a:focus{outline:0}.wpb_content_element .wpb_tabs_nav,.wpb_content_element .wpb_tour_tabs_wrapper{padding:0}.wpb_content_element .wpb_tabs_nav{margin:0;padding-left:0!important;text-indent:inherit!important}#content .wpb_content_element .wpb_tabs_nav{margin:0}.wpb_content_element .wpb_tabs_nav li{background-color:#fff;white-space:nowrap;padding:0;background-image:none;list-style:none!important}.wpb_content_element .wpb_tabs_nav li:after,.wpb_content_element .wpb_tabs_nav li:before{display:none!important}.wpb_content_element .wpb_tabs_nav li:hover{background-color:#f7f7f7}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{border-bottom:none;text-decoration:none;display:block;padding:.5em 1em}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{padding:1em}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child{margin-bottom:0}.wpb_tour .wpb_tabs_nav{float:left;width:31.66666667%}.wpb_tour .wpb_tabs_nav li{margin:0 0 1px;clear:left;width:100%}.wpb_tour .wpb_tabs_nav a{width:100%}.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{box-sizing:border-box;border:none;float:left;width:68.33333333%;padding:0 0 0 21.73913043px}body ul.wpb_thumbnails-fluid li{padding:0;margin-left:0;background-image:none;list-style:none!important}body ul.wpb_thumbnails-fluid li:after,body ul.wpb_thumbnails-fluid li:before{display:none!important}body ul.wpb_thumbnails-fluid li .entry-content :last-child{margin-bottom:0}.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,.wpb_row .wpb_grid ul.wpb_thumbnails-fluid{padding:0;overflow:visible!important}.wpb_carousel .wpb_wrapper{position:relative}.wpb_carousel .next,.wpb_carousel .prev{position:absolute;top:3px;background-color:#f7f7f7;padding:0 6px;font-size:12px;z-index:10;text-decoration:none;transition:all .2s linear;-moz-transition:.2s linear;-webkit-transition:.2s linear;-o-transition:.2s linear}.wpb_carousel .next:hover,.wpb_carousel .prev:hover{background-color:#f0f0f0}.wpb_carousel .next:focus,.wpb_carousel .prev:focus{outline:0;text-decoration:none}.wpb_carousel .prev{right:30px}.wpb_carousel .next{right:0}.wpb_carousel .wpb_thumbnails-fluid{width:100%}@media (max-width:480px){.vc_responsive .wpb_tour .wpb_tab,.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav{width:100%;float:none;margin-left:0}.vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav{margin-bottom:1em}.vc_responsive .wpb_tour .wpb_tab{padding-left:1em;padding-right:1em}.vc_responsive .wpb_row ul.wpb_thumbnails-fluid{margin-left:0;width:auto}body .facetwp-template .fwpl-layout{grid-template-columns:1fr}}.wpb_image_grid .wpb_image_grid_ul{margin:0;padding:0}.wpb_image_grid .wpb_image_grid_ul>li{background-image:none;list-style:none!important}.wpb_image_grid .wpb_image_grid_ul>li:after,.wpb_image_grid .wpb_image_grid_ul>li:before{display:none!important}.wpb_image_grid .wpb_image_grid_ul .isotope-item{list-style:none;margin:0 1px 1px 0;max-width:100%;float:left}.wpb_image_grid .wpb_image_grid_ul a{display:block}.wpb_image_grid .wpb_image_grid_ul img{display:block;max-width:100%;height:auto}.wpb_content_element .wpb_gallery_slides ul li,body .wpb_gallery_slides ul li{list-style:none;padding:0;background-image:none;margin:0}.vc_progress_bar .vc_single_bar{background:#f7f7f7;position:relative;margin-bottom:11.66666667px;box-shadow:0 1px 2px rgba(0,0,0,.1) inset;border-radius:3px}.vc_progress_bar .vc_single_bar:last-child{margin-bottom:0}.vc_progress_bar .vc_single_bar .vc_bar{display:block;position:absolute;height:100%;background-color:#e0e0e0;width:0%;top:0;left:0;border-radius:3px;transition:width 1s linear;-moz-transition:width 1s linear;-webkit-transition:width 1s linear;-o-transition:width 1s linear}.vc_progress_bar .vc_single_bar .vc_bar.animated{animation:2s linear infinite progress-bar-stripes}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.vc-hoverbox-inner{width:100%;display:inline-block;min-height:250px}.vc-hoverbox-inner :last-child{margin-bottom:0}.wpb_start_animation{opacity:1}@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.popmake-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form--loading{opacity:.5}.pum-theme-15117,.pum-theme-lightbox{background-color:rgba(0,0,0,.6)}.pum-theme-15117 .pum-container,.pum-theme-lightbox .pum-container{padding:18px;border-radius:3px;border:8px solid #000;box-shadow:0 0 30px 0 #020202;background-color:#fff}.pum-theme-15117 .pum-title,.pum-theme-lightbox .pum-title{color:#000;text-align:left;text-shadow:0 0 0 rgba(2,2,2,.23);font-family:inherit;font-weight:100;font-size:32px;line-height:36px}.pum-theme-15117 .pum-content,.pum-theme-lightbox .pum-content{color:#000;font-family:inherit;font-weight:100}.pum-theme-15117 .pum-content+.pum-close,.pum-theme-lightbox .pum-content+.pum-close{position:absolute;height:26px;width:26px;left:auto;right:-13px;bottom:auto;top:-13px;padding:0;color:#fff;font-family:Arial;font-weight:100;font-size:24px;line-height:24px;border:2px solid #fff;border-radius:26px;box-shadow:0 0 15px 1px rgba(2,2,2,.75);text-shadow:0 0 0 rgba(0,0,0,.23);background-color:#000}#pum-15125{z-index:1999999999}.hide{display:none}i.fa.fa-rss{display:none}.fa-rss{display:none}.brand-bridge .brand-bridge-menu>.menu-item{flex-basis:25%!important}@media (max-width:767px){.brand-bridge .brand-bridge-menu>.menu-item{border:none!important}.brand-bridge .tech-social{display:none}.top .container{position:relative}.brand-bridge .brand-bridge-menu{margin-bottom:0}.entry .entry-content .wp-block-cover .wp-block-cover__inner-container h1{font-size:30px!important}}.topsearch-form{z-index:2;top:30px!important}@media only screen and (max-width:786px){.topsearch-form{left:0!important;top:40px!important}.top-menu+.hs-cta-wrapper{bottom:0;position:absolute;top:100%;width:100%;height:auto;left:calc(100% - 128px);display:block;right:0;max-width:120px}}.ntresources-section .grid-item a{text-decoration:none}@media screen and (min-width:1000px){.brand-bridge .brand-bridge-menu>.menu-item{flex-basis:20%!important}}.pum-theme-15117 .pum-container,.pum-theme-lightbox .pum-container{border:none;background-color:#0056b8;padding:0}.all-access-popup{text-align:center}.all-access-container{padding:3rem}.all-access-popup p{color:#fff;font-family:'Open Sans',sans-serif;font-size:21px;line-height:30px;font-weight:700}.all-access-button{display:inline-block;padding:20px 40px;background-color:#74bc1f;color:#0056b8;text-decoration:none;font-weight:700;letter-spacing:1px;margin-top:20px}.all-access-button:active,.all-access-button:hover,.all-access-button:visited{color:inherit;text-decoration:none}.facetwp-facet{margin-bottom:40px}.facetwp-facet.is-loading{opacity:.6}.facetwp-page{display:inline-block;padding:0 4px;margin-right:6px;cursor:pointer}.facetwp-page.dots{cursor:default}.facetwp-page.active{font-weight:700;cursor:default}.facetwp-type-checkboxes .facetwp-depth{display:none}.facetwp-type-checkboxes .facetwp-depth.visible{display:inherit}.facetwp-checkbox{background:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/checkbox.png') 0 50% no-repeat;background-size:14px 14px;margin-bottom:4px;padding-left:20px;cursor:pointer}.facetwp-checkbox.checked{background-image:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/checkbox-on.png')}.facetwp-checkbox.disabled,.facetwp-radio.disabled{opacity:.4;cursor:default}.facetwp-checkbox .facetwp-expand{float:right}.facetwp-display-value{padding-right:5px}.facetwp-radio{background:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/radio.png') 0 50% no-repeat;background-size:14px 14px;margin-bottom:4px;padding-left:20px;cursor:pointer}.facetwp-radio.checked{background-image:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/radio-on.png')}.facetwp-type-fselect.is-loading{opacity:1}.facetwp-depth{margin-left:12px}.facetwp-link{cursor:pointer}.facetwp-link.checked{font-weight:700;cursor:default}.facetwp-toggle{cursor:pointer}.facetwp-hidden{display:none}.facetwp-slider-reset{border:1px solid #d9d9d9;border-radius:3px;background:#fff;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;padding:4px 8px;cursor:pointer}.facetwp-slider[data-disabled=true]{opacity:.6;cursor:not-allowed}.facetwp-input-wrap{display:inline-block;position:relative}.facetwp-facet input.facetwp-location,.facetwp-facet input.facetwp-search{margin:0;padding-right:30px;min-width:240px}.facetwp-icon{right:0;height:100%;line-height:1;position:absolute;cursor:pointer;opacity:.5}.facetwp-icon:before{display:inline-block;content:'';width:30px;height:100%;background:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/icon-search.png') no-repeat;background-position:5px 50%;background-size:20px 20px}.location-results{position:absolute;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;overflow:hidden;width:100%}.location-result{font-size:11px;border-bottom:1px solid #ddd;padding:5px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#888}.location-result:hover{background-color:#f8f8f8}.location-result.active{background-color:#ebf2fe}.location-result .result-main{font-size:13px;color:#222}.facetwp-icon.locate-me:before{background-image:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/icon-locate.png')}.facetwp-icon.f-reset:before{background-image:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/icon-close.png')}.facetwp-icon.f-loading:before{background-image:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/loading.png');animation:.7s linear infinite spin}.location-attribution{border-bottom:1px solid #ddd;padding:5px}.powered-by-google{height:15px;background:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/powered-by-google.png') top right no-repeat;background-size:auto 15px}.facetwp-star{cursor:pointer;font-size:20px;color:#ccc}.facetwp-star.selected,.facetwp-star.selected~.facetwp-star,.facetwp-star:hover,.facetwp-star:hover~.facetwp-star{color:#000}.facetwp-star.selected:hover,.facetwp-star.selected:hover~.facetwp-star{color:red}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.facetwp-selections li{display:inline-block;line-height:1}.facetwp-selections .facetwp-selection-value{display:inline-block;margin-right:10px;cursor:pointer;padding-right:16px;background-image:url('https://techimpact.org/wp-content/plugins/facetwp/assets/images/icon-close.png');background-size:12px 12px;background-repeat:no-repeat;background-position:right center}</style><link rel="profile" href="http://gmpg.org/xfn/11" /><link rel="pingback" href="https://techimpact.org/xmlrpc.php"/><link rel="shortcut icon" href="/wp-content/themes/techimpact/assets/img/favico.png"><meta name="google-site-verification" content="zqxeTTKBEJiR4fIAn_VM5qnvQtkFuo2nqmpkvlqHk3E" /> <!-- Fonts --> <script type="rocketlazyloadscript"> (function(d){
 var js, id = 'powr-js', ref = d.getElementsByTagName('script')[0];
 if (d.getElementById(id)) {return;}
 js = d.createElement('script'); js.id = id; js.async = true;
 js.src = '//www.powr.io/powr.js?external-type=wordpress';
 js.setAttribute('powr-token','q17Ajz04uO1535480703');
 ref.parentNode.insertBefore(js, ref);
 }(document)); </script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v20.10 - https://yoast.com/wordpress/plugins/seo/ --><title>Technology Learning Center</title><link rel="canonical" href="https://www.techimpact.org/technology-learning-center/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" content="Technology Learning Center" /><meta property="og:url" content="https://www.techimpact.org/technology-learning-center/" /><meta property="og:site_name" content="Tech Impact" /><meta property="article:publisher" content="http://facebook.com/TechImpact.org" /><meta property="article:modified_time" content="2023-05-05T16:51:58+00:00" /><meta property="og:image" content="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160948/tlc-bg.jpg" /><meta property="og:image:width" content="1180" /><meta property="og:image:height" content="470" /><meta property="og:image:type" content="image/jpeg" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:site" content="@Tech_Impact" /><meta name="twitter:label1" content="Est. reading time" /><meta name="twitter:data1" content="2 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.techimpact.org/technology-learning-center/","url":"https://www.techimpact.org/technology-learning-center/","name":"Technology Learning Center","isPartOf":{"@id":"https://www.techimpact.org/#website"},"primaryImageOfPage":{"@id":"https://www.techimpact.org/technology-learning-center/#primaryimage"},"image":{"@id":"https://www.techimpact.org/technology-learning-center/#primaryimage"},"thumbnailUrl":"https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160948/tlc-bg.jpg","datePublished":"2020-05-21T18:08:40+00:00","dateModified":"2023-05-05T16:51:58+00:00","breadcrumb":{"@id":"https://www.techimpact.org/technology-learning-center/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.techimpact.org/technology-learning-center/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.techimpact.org/technology-learning-center/#primaryimage","url":"https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160948/tlc-bg.jpg","contentUrl":"https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160948/tlc-bg.jpg","width":1180,"height":470},{"@type":"BreadcrumbList","@id":"https://www.techimpact.org/technology-learning-center/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.techimpact.org/"},{"@type":"ListItem","position":2,"name":"Technology Learning Center"}]},{"@type":"WebSite","@id":"https://www.techimpact.org/#website","url":"https://www.techimpact.org/","name":"Tech Impact","description":"Leaders in Nonprofit Technology","publisher":{"@id":"https://www.techimpact.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.techimpact.org/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.techimpact.org/#organization","name":"Tech Impact - Leaders In Nonprofit Technology","url":"https://www.techimpact.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.techimpact.org/#/schema/logo/image/","url":"https://s3.amazonaws.com/techimpact/wp-content/uploads/20160125233125/techimpact-logo.png","contentUrl":"https://s3.amazonaws.com/techimpact/wp-content/uploads/20160125233125/techimpact-logo.png","width":300,"height":64,"caption":"Tech Impact - Leaders In Nonprofit Technology"},"image":{"@id":"https://www.techimpact.org/#/schema/logo/image/"},"sameAs":["http://facebook.com/TechImpact.org","https://twitter.com/Tech_Impact","http://linkedin.com/groups?gid=50022","http://youtube.com/NPowerPA"]}]}</script> <!-- / Yoast SEO plugin. --><link rel='dns-prefetch' href='//www.powr.io' /><link rel='dns-prefetch' href='//js.hs-scripts.com' /><link rel='dns-prefetch' href='//platform-api.sharethis.com' /><link rel='dns-prefetch' href='//use.typekit.net' /> <style id='safe-svg-svg-icon-style-inline-css' type='text/css'></style> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://techimpact.org/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script data-minify="1" type='text/javascript' src='https://techimpact.org/wp-content/cache/min/1/powr.js?ver=1676469576' id='powr-js-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js'></script> <script type='text/javascript' src='https://techimpact.org/wp-includes/js/jquery/jquery-migrate.min.js' id='jquery-migrate-js' defer></script><link rel="https://api.w.org/" href="https://techimpact.org/wp-json/" /><link rel="alternate" type="application/json" href="https://techimpact.org/wp-json/wp/v2/pages/11316" /><link rel="alternate" type="application/json+oembed" href="https://techimpact.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechimpact.org%2Ftechnology-learning-center%2F" /><link rel="alternate" type="text/xml+oembed" href="https://techimpact.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechimpact.org%2Ftechnology-learning-center%2F&#038;format=xml" /> <!-- Start of HubSpot Embed Code --> <script data-minify="1" type="text/javascript" id="hs-script-loader" async defer src="https://techimpact.org/wp-content/cache/min/1/575821.js?ver=1676469576"></script> <!-- End of HubSpot Embed Code --> <!-- Hotjar Tracking Code for https://techimpact.org/ --> <script type="rocketlazyloadscript"> (function(h,o,t,j,a,r){
 h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
 h._hjSettings={hjid:912234,hjsv:6};
 a=o.getElementsByTagName('head')[0];
 r=o.createElement('script');r.async=1;
 r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
 a.appendChild(r);
 })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v10.1.24--> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || [];
 _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <style type="text/css" id="wp-custom-css"></style> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Facebook Pixel Code --> <script type="rocketlazyloadscript"> !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','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1684956521743150');
fbq('track', "PageView");
fbq('track', 'ViewContent');</script> <noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1684956521743150&ev=PageView&noscript=1"
/></noscript> <!-- End Facebook Pixel Code --> <script type="rocketlazyloadscript"> window.fbAsyncInit = function() {
 FB.init({
 appId      : '572631756208977',
 xfbml      : true,
 version    : 'v2.3'
 });
 };
 (function(d, s, id){
 var js, fjs = d.getElementsByTagName(s)[0];
 if (d.getElementById(id)) {return;}
 js = d.createElement(s); js.id = id;
 js.src = "//connect.facebook.net/en_US/sdk.js";
 fjs.parentNode.insertBefore(js, fjs);
 }(document, 'script', 'facebook-jssdk')); </script> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N7RRCPB');</script> <!-- End Google Tag Manager --></head><body class="page-template page-template-page-templates page-template-simple template-templatessimple page page-id-11316 page-parent single-technology-learning-center wpb-js-composer js-comp-ver-6.13.0 vc_responsive"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N7RRCPB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><div class="site-search-form" style="display: none;"><div class="search-form-wrap"> <button type="button" class="close-search"> <i class="fa fa-times" aria-hidden="true"></i> <span class="visuallyhidden">Close Search</span> </button><form role="search" method="get" class="search-form" action="https://techimpact.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <button type="submit" class="search-submit"><span class="screen-reader-text">Search</span></button></form></div></div><div class="brand-bridge"><div class="container"><nav id="brand-bridge-menu" class="brand-bridge-nav"><ul id="menu-brand-bridge" class="brand-bridge-menu"><li id="menu-item-10439" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10439"><a href="https://www.idealware.org/">IDEALWARE</a></li><li id="menu-item-10440" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10440"><a href="https://www.itworks.org">ITWORKS</a></li><li id="menu-item-10441" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10441"><a href="https://www.cxworks.org">CXWORKS</a></li><li id="menu-item-14871" class="menu-item menu-item-type-post_type menu-item-object-services menu-item-14871"><a href="https://techimpact.org/services/data-lab/">DATA LAB</a></li></ul></nav> <a class="learn-more" href="#">Learn more about our brands<svg style="margin-left: 8px;" width="15" height="8"><use xlink:href="#icon-arrow-right" id="learn-more-arrow" /></svg></a> <!-- .social-icons --><ul class="tech-social"><li><a href="http://facebook.com/TechImpact.org" title="facebook" target="_blank"><i class="fa fa-facebook"></i></a></li><li><a href="http://twitter.com/Tech_Impact" title="@Tech_Impact on twitter" target="_blank"><i class="fa fa-twitter"></i></a></li><li><a href="https://www.linkedin.com/company/tech-impact/" title="linkedin" target="_blank"><i class="fa fa-linkedin"></i></a></li><li><a href="http://blog.techimpact.org/rss.xml" title="rss" target="_blank"><i class="fa fa-rss"></i></a></li></ul></div></div><div class="top"><div class="container"><div class="logo"> <a href="https://techimpact.org" title="Tech Impact"><img width="375" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20375%2080'%3E%3C/svg%3E" alt="Tech Impact logo" data-lazy-src="https://techimpact.org/wp-content/uploads/techimpact_logo.png"/><noscript><img width="375" height="80" src="https://techimpact.org/wp-content/uploads/techimpact_logo.png" alt="Tech Impact logo"/></noscript></a></div><div class="top-menu"><div class="menu-header-main-container"><ul id="menu-header-main" class="menu"><li id="menu-item-11265" class="dropdown-single-column menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11265"><a href="#">About Us</a><ul class="sub-menu"><li id="menu-item-11271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11271"><a href="https://techimpact.org/about-tech-impact/">About Us</a></li><li id="menu-item-14973" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14973"><a href="https://techimpact.org/about-tech-impact/our-team/">Team</a></li><li id="menu-item-11277" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11277"><a href="https://techimpact.org/board-committees/">Board &#038; Committees</a></li><li id="menu-item-11278" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11278"><a target="_blank" rel="noopener" href="http://bit.ly/Tech_Impact_Dashboard">Annual Report</a></li><li id="menu-item-11283" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11283"><a href="https://techimpact.org/donors-partners/">Donors &#038; Partners</a></li><li id="menu-item-11890" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11890"><a href="https://techimpact.org/our-commitment-to-diversity-equity-and-inclusion/">Diversity, Equity, &#038; Inclusion</a></li><li id="menu-item-11284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11284"><a href="https://techimpact.org/jobs-internships/">Jobs &#038; Internships</a></li><li id="menu-item-11285" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11285"><a href="https://techimpact.org/volunteering-with-tech-impact/">Volunteer</a></li><li id="menu-item-11286" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11286"><a href="https://techimpact.org/news/">News</a></li><li id="menu-item-11287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11287"><a href="https://techimpact.org/make-a-donation/">Donate</a></li><li id="menu-item-11739" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11739"><a href="https://techimpact.org/contact/">Contact Us</a></li><li id="menu-item-15281" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15281"><a href="https://techimpact.org/subscribe/">Subscribe to Email</a></li></ul></li><li id="menu-item-11288" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor menu-item-has-children menu-item-11288"><a href="#">Nonprofit Tech</a><ul class="sub-menu"><li id="menu-item-11289" class="dropdown-heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11289"><a href="#">Services</a><ul class="sub-menu"><li id="menu-item-11290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11290"><a title="Nonprofit Services" href="https://techimpact.org/our-services/">Technology Services</a></li><li id="menu-item-11291" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11291"><a href="https://techimpact.org/services/help-desk/">Managed IT Services</a></li><li id="menu-item-11292" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11292"><a href="https://techimpact.org/services/cloud-solutions-for-nonprofits/">Cloud Solutions</a></li><li id="menu-item-11293" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11293"><a href="https://techimpact.org/services/voip-for-nonprofits/">Communications</a></li><li id="menu-item-11294" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11294"><a href="/services/data-management/">Data Management</a></li><li id="menu-item-11295" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11295"><a href="/services/strategic-consulting-services/">Strategic Consulting</a></li><li id="menu-item-11296" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11296"><a href="/services/security-services-nonprofits/">Cybersecurity &#038; Compliance</a></li></ul></li><li id="menu-item-11297" class="dropdown-heading menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-11297"><a href="#">Resources</a><ul class="sub-menu"><li id="menu-item-11614" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-11316 current_page_item menu-item-11614"><a href="https://techimpact.org/technology-learning-center/" aria-current="page">Technology Learning Center</a></li><li id="menu-item-11298" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11298"><a title="Training Calendar" href="https://techimpact.org/events/">Training Calendar</a></li><li id="menu-item-14500" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14500"><a href="https://techimpact.org/all-access-pass/">All Access Pass</a></li><li id="menu-item-11299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11299"><a href="https://techimpact.org/assessment/">Online Technology Assessment</a></li><li id="menu-item-11301" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11301"><a href="http://blog.techimpact.org">Blog</a></li><li id="menu-item-12207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12207"><a href="https://techimpact.org/courses-cae-credit/">CAE Credit</a></li></ul></li></ul></li><li id="menu-item-11302" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11302"><a href="#">Career Training</a><ul class="sub-menu"><li id="menu-item-11303" class="dropdown-heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11303"><a href="#">Workforce Training</a><ul class="sub-menu"><li id="menu-item-11304" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11304"><a href="https://techimpact.org/our-programs/">Overview</a></li><li id="menu-item-11305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11305"><a href="https://techimpact.org/our-programs/itworks/">ITWorks<br><em>IT Training</em></a></li><li id="menu-item-11306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11306"><a href="https://techimpact.org/our-programs/cxworks/">CXWorks<br><em>Customer Experience Training</em></a></li></ul></li><li id="menu-item-11308" class="dropdown-heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11308"><a href="#">Resources</a><ul class="sub-menu"><li id="menu-item-11309" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11309"><a href="http://blog.techimpact.org">Blog</a></li></ul></li></ul></li><li id="menu-item-11310" class="dropdown-single-column menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11310"><a href="#">Events</a><ul class="sub-menu"><li id="menu-item-11372" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11372"><a target="_blank" rel="noopener" href="https://techforwardconference.org/">Tech Forward Conference</a></li><li id="menu-item-12039" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12039"><a href="https://techimpact.org/philadelphia-luncheon/">Greater Philadelphia Luncheon</a></li><li id="menu-item-12609" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12609"><a href="https://techimpact.org/nevada-luncheon/">Southern Nevada Luncheon</a></li><li id="menu-item-11313" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11313"><a href="https://techimpact.org/events/">Nonprofit Tech Training Calendar</a></li></ul></li><li id="menu-item-11314" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11314"><a href="#search"><i class="fa fa-search" aria-hidden="true"></i> <span class="visuallyhidden"></span></a></li></ul></div></div> <!--HubSpot Call-to-Action Code --><span class="hs-cta-wrapper nav" id="hs-cta-wrapper-0d290031-482e-4bdf-b8eb-0af2ab89ea37"><span class="hs-cta-node hs-cta-0d290031-482e-4bdf-b8eb-0af2ab89ea37" id="hs-cta-0d290031-482e-4bdf-b8eb-0af2ab89ea37"><!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/575821/0d290031-482e-4bdf-b8eb-0af2ab89ea37"  target="_blank" ><img class="hs-cta-img" id="hs-cta-img-0d290031-482e-4bdf-b8eb-0af2ab89ea37" style="border-width:0px;" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"  alt="Request Free Consult" data-lazy-src="https://no-cache.hubspot.com/cta/default/575821/0d290031-482e-4bdf-b8eb-0af2ab89ea37.png"/><noscript><img class="hs-cta-img" id="hs-cta-img-0d290031-482e-4bdf-b8eb-0af2ab89ea37" style="border-width:0px;" src="https://no-cache.hubspot.com/cta/default/575821/0d290031-482e-4bdf-b8eb-0af2ab89ea37.png"  alt="Request Free Consult"/></noscript></a></span><script data-minify="1" charset="utf-8" src="https://techimpact.org/wp-content/cache/min/1/cta/current.js?ver=1676469576" defer></script><script type="text/javascript"> hbspt.cta.load(575821, '0d290031-482e-4bdf-b8eb-0af2ab89ea37', {}); </script></span><!-- end HubSpot Call-to-Action Code --> <button id="menu-trigger" class="mobile-menu"><span class="bars" aria-hidden="true"></span></button></div></div><div style="height: 0; width: 0; position: absolute; visibility: hidden"> <!-- inject:svg --> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol id="icon-arrow-right" viewBox="0 0 15 8"> <path d="M1 4L13 4" stroke="white" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11 1L14 4L11 7" stroke="white" stroke-linecap="round" stroke-linejoin="round"/> </symbol><symbol id="icon-border-dashed" viewBox="0 0 10 11"> <line x1="0.646447" y1="9.93942" x2="9.64645" y2="0.939415" stroke="white" stroke-opacity="0.4"/> </symbol><symbol id="icon-dropdown-arrow" viewBox="0 0 8 4"> <path d="M7 1L4 3L1 1" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </symbol><symbol id="icon-logo-light" viewBox="0 0 141 20"><path d="M83.453 12.2803C83.5443 12.121 83.6186 12.0108 83.6759 11.8944C84.8949 9.3832 86.1117 6.87198 87.3264 4.36075C87.3859 4.23825 87.4432 4.11371 87.509 3.99326C87.6832 3.67476 87.8531 3.58493 88.1865 3.64209C88.4838 3.68497 88.5262 3.90342 88.5666 4.12596C88.8497 5.69531 89.1329 7.26669 89.416 8.84012C89.8237 11.0818 90.2322 13.3229 90.6413 15.5633C90.664 15.6629 90.6803 15.7638 90.6902 15.8654C90.7093 16.1839 90.6413 16.2738 90.3164 16.288C89.8046 16.3044 89.2907 16.288 88.7789 16.288C88.4519 16.288 88.3542 16.0839 88.316 15.8307C88.2268 15.3121 88.1461 14.7915 88.0633 14.2709C87.8113 12.6947 87.5579 11.1179 87.303 9.54041C87.2726 9.44477 87.2335 9.35186 87.1862 9.26274C87.0567 9.52611 86.9739 9.69965 86.8847 9.87524L84.0454 16.0328C83.9456 16.2493 83.8671 16.4738 83.5464 16.4881C83.1727 16.5024 83.0559 16.4595 82.8881 16.1084C82.5271 15.3509 82.1746 14.5914 81.8263 13.8299C81.1751 12.4361 80.5231 11.041 79.8705 9.64453C79.7953 9.51388 79.7131 9.38712 79.6241 9.26478C79.5307 9.80378 79.45 10.2284 79.382 10.6572C79.1201 12.3028 78.8611 13.9476 78.6048 15.5918C78.5857 15.7103 78.5602 15.8266 78.539 15.943C78.5361 15.9957 78.5217 16.0471 78.4968 16.0941C78.4719 16.141 78.4369 16.1824 78.3943 16.2156C78.3516 16.2487 78.3022 16.2728 78.2492 16.2863C78.1962 16.2999 78.1408 16.3025 78.0866 16.2942C77.5919 16.2942 77.0949 16.2942 76.6001 16.2942C76.2285 16.2942 76.1372 16.1635 76.203 15.8001C76.5909 13.6768 76.9817 11.5541 77.3752 9.4322C77.6881 7.77166 77.996 6.11453 78.299 4.46079C78.3202 4.34442 78.3521 4.22805 78.3712 4.11167C78.4073 3.88301 78.4562 3.6768 78.7577 3.64209C79.0954 3.60534 79.2631 3.68293 79.4245 4.01367C79.9257 5.04402 80.4254 6.07642 80.9238 7.11085L83.2491 11.9189C83.3022 12.023 83.3659 12.1251 83.453 12.2803Z" fill="white"/><path d="M58.3369 10.1042C58.3369 8.23409 58.3369 6.36394 58.3369 4.49379C58.3369 3.90376 58.3921 3.85476 59.0037 3.84863C59.3584 3.84863 59.7109 3.84863 60.0655 3.84863C60.5858 3.84863 60.6495 3.91397 60.6495 4.40804C60.6495 5.63303 60.6495 6.85802 60.6495 8.083C60.6495 8.20346 60.6495 8.32188 60.6495 8.44029C60.6495 8.91804 60.6729 8.94254 61.1485 8.94254C62.8814 8.94254 64.6142 8.94254 66.3471 8.94254C66.8079 8.94254 66.8291 8.92008 66.8313 8.47908C66.8313 7.2051 66.8313 5.92907 66.8313 4.65508C66.8313 4.51829 66.8313 4.38354 66.8313 4.24675C66.8255 4.19533 66.8315 4.1433 66.8491 4.0944C66.8666 4.0455 66.8952 4.00092 66.9327 3.96386C66.9702 3.9268 67.0158 3.89817 67.0662 3.88001C67.1166 3.86186 67.1705 3.85463 67.2241 3.85884C67.7359 3.84863 68.2498 3.85884 68.7616 3.85884C68.8164 3.8545 68.8715 3.86254 68.9225 3.88231C68.9734 3.90208 69.0189 3.93304 69.0552 3.97271C69.0915 4.01239 69.1177 4.05968 69.1316 4.1108C69.1455 4.16193 69.1468 4.21548 69.1354 4.26717C69.1354 4.36925 69.1354 4.47133 69.1354 4.57342C69.1354 8.24838 69.1354 11.9233 69.1354 15.5983C69.1354 16.2843 69.1354 16.2843 68.4325 16.2863C68.0438 16.2863 67.6552 16.2863 67.2666 16.2863C66.878 16.2863 66.8419 16.2149 66.8313 15.8576C66.8313 15.1083 66.8313 14.3611 66.8313 13.6118C66.8313 12.8992 66.8313 12.1826 66.8313 11.4701C66.8313 11.0209 66.8037 10.9923 66.3641 10.9903C64.6312 10.9903 62.8984 10.9903 61.1655 10.9903C60.7047 10.9903 60.6537 11.0454 60.6516 11.4966C60.6516 12.8074 60.6516 14.1161 60.6516 15.4248C60.6516 15.5616 60.6516 15.6963 60.6516 15.8331C60.6346 16.221 60.5837 16.2782 60.1887 16.2863C59.73 16.2863 59.2692 16.2863 58.8105 16.2863C58.4134 16.2863 58.3475 16.2169 58.3411 15.8372C58.3305 15.192 58.3411 14.5448 58.3411 13.8997L58.3369 10.1042Z" fill="white"/><path d="M36.2517 10.0509V4.64257C36.2517 4.50782 36.2517 4.37103 36.2517 4.23424C36.2517 3.97699 36.3982 3.86674 36.6445 3.85449C36.7698 3.85449 36.893 3.85449 37.0162 3.85449H43.6503C43.7203 3.85449 43.7904 3.85449 43.8626 3.85449C44.3426 3.87287 44.3999 3.92799 44.4063 4.40165C44.4063 4.75894 44.4169 5.11623 44.4063 5.47352C44.4063 5.7961 44.3341 5.84714 43.9943 5.86755C43.8711 5.86755 43.7458 5.86755 43.6227 5.86755C42.1192 5.86755 40.6157 5.86755 39.1122 5.86755C38.577 5.86755 38.5664 5.8798 38.5621 6.37184C38.5621 7.06804 38.5621 7.76628 38.5621 8.46248C38.5621 8.9239 38.5834 8.94227 39.0824 8.94227C40.2865 8.94227 41.4885 8.94227 42.6925 8.94227C42.8178 8.94227 42.941 8.94227 43.0642 8.94227C43.3912 8.96677 43.5122 9.06273 43.5313 9.37918C43.5526 9.7528 43.5483 10.1264 43.5313 10.5C43.5144 10.8737 43.4443 10.9615 43.0111 10.9635C41.8091 10.9635 40.605 10.9635 39.401 10.9635C39.2587 10.9635 39.1185 10.9635 38.9762 10.9635C38.6089 10.9798 38.5643 11.0064 38.5515 11.3392C38.5515 12.1885 38.5515 13.0399 38.5515 13.8892C38.5515 14.1607 38.6853 14.2505 38.9423 14.2403C39.0676 14.2403 39.1907 14.2403 39.3139 14.2403C40.8174 14.2403 42.3209 14.2403 43.8244 14.2403C44.3574 14.2403 44.3957 14.2832 44.402 14.7936C44.402 15.1509 44.4126 15.5082 44.402 15.8655C44.402 16.186 44.3256 16.2391 43.9879 16.2595C43.8817 16.2595 43.7756 16.2595 43.6694 16.2595H36.9843C36.8442 16.2595 36.7019 16.2595 36.5596 16.2595C36.519 16.2615 36.4783 16.2554 36.4403 16.2415C36.4023 16.2276 36.3677 16.2062 36.3387 16.1788C36.3098 16.1513 36.2871 16.1183 36.2721 16.082C36.2571 16.0456 36.2501 16.0067 36.2517 15.9676C36.2517 15.8328 36.2517 15.696 36.2517 15.5592V10.0509Z" fill="white"/><path d="M111.499 16.2944C111.286 16.2944 111.074 16.2944 110.862 16.2944C110.72 16.3075 110.577 16.2744 110.457 16.2003C110.337 16.1263 110.246 16.0156 110.199 15.886C109.972 15.392 109.728 14.904 109.515 14.4018C109.478 14.2802 109.398 14.175 109.289 14.1045C109.179 14.034 109.048 14.0027 108.917 14.0159C107.325 14.0295 105.733 14.0295 104.141 14.0159C104.017 13.9973 103.891 14.0228 103.786 14.0875C103.681 14.1522 103.604 14.2516 103.569 14.3671C103.357 14.853 103.111 15.3246 102.898 15.8105C102.85 15.9662 102.745 16.1004 102.604 16.1896C102.463 16.2788 102.293 16.3173 102.125 16.2984C101.72 16.278 101.312 16.2984 100.906 16.2984C100.361 16.2984 100.269 16.1515 100.482 15.686C100.758 15.0735 101.051 14.4793 101.331 13.8771C102.867 10.6758 104.402 7.47922 105.937 4.28745C105.997 4.16495 106.052 4.03837 106.124 3.91995C106.358 3.53817 106.772 3.53408 106.988 3.91995C107.105 4.12412 107.201 4.35278 107.296 4.5692L112.488 15.4593C112.503 15.49 112.52 15.5206 112.533 15.5512C112.828 16.1637 112.745 16.2903 112.036 16.2944H111.499ZM106.542 8.08695C106.096 8.7709 104.795 11.6864 104.767 12.0212C105.377 12.1437 107.972 12.109 108.377 11.9559C107.772 10.6921 107.179 9.43035 106.542 8.08695Z" fill="white"/><path d="M92.6351 10.0489V4.59157C92.6351 4.45478 92.6351 4.32003 92.6351 4.18324C92.6336 4.13612 92.6422 4.0892 92.6604 4.04542C92.6786 4.00165 92.706 3.96194 92.7409 3.9288C92.7758 3.89566 92.8174 3.86978 92.8631 3.85279C92.9088 3.83579 92.9577 3.82805 93.0067 3.83003H93.0598C94.6334 3.83003 96.2134 3.75449 97.7806 3.86678C98.7996 3.94638 99.7493 4.39496 100.438 5.12185C101.126 5.84875 101.501 6.79976 101.488 7.78266C101.487 8.8349 101.054 9.84417 100.283 10.5909C99.5118 11.3376 98.4652 11.7614 97.3707 11.77C96.7528 11.7843 96.1327 11.77 95.5147 11.77C95.0433 11.77 95.0348 11.7802 95.0326 12.2273C95.0326 13.3319 95.0326 14.4364 95.0326 15.543C95.0374 15.6792 95.0324 15.8157 95.0178 15.9513C95.0167 16.0383 94.9804 16.1215 94.9166 16.1833C94.8527 16.245 94.7664 16.2804 94.6759 16.282C94.1096 16.2916 93.5433 16.2916 92.977 16.282C92.7413 16.282 92.633 16.135 92.6309 15.9145C92.6309 15.7961 92.6309 15.6757 92.6309 15.5572L92.6351 10.0489ZM95.039 7.77857C95.039 8.28694 95.039 8.7994 95.039 9.30573C95.039 9.47314 95.0709 9.62626 95.2854 9.62218C96.0605 9.61197 96.8441 9.66097 97.6043 9.55481C98.579 9.41802 99.197 8.53398 99.1163 7.58054C99.0663 7.1549 98.86 6.76035 98.5347 6.46774C98.2093 6.17512 97.7861 6.0036 97.341 5.98397C96.6891 5.9513 96.0371 5.98397 95.383 5.98397C95.1388 5.98397 95.0326 6.07584 95.0369 6.31472C95.0433 6.79654 95.039 7.28858 95.039 7.77857Z" fill="white"/><path d="M112.89 10.0532C112.893 8.48946 113.49 6.98066 114.569 5.81057C115.648 4.64049 117.134 3.88975 118.749 3.69958C120.594 3.49541 122.259 3.87924 123.718 5.01032C123.818 5.08176 123.912 5.15951 124.001 5.24306C124.213 5.45744 124.236 5.6126 124.039 5.82085C123.705 6.17201 123.349 6.5048 123.005 6.84167C122.974 6.87859 122.936 6.90888 122.893 6.93052C122.849 6.95216 122.802 6.96465 122.753 6.96716C122.704 6.96967 122.655 6.96215 122.61 6.94508C122.564 6.92802 122.523 6.90182 122.489 6.86821C122.237 6.68041 121.973 6.50986 121.696 6.3578C119.116 5.00827 116.139 6.38434 115.557 9.2161C115.169 11.0985 116.194 12.9074 117.636 13.6608C119.148 14.4509 120.624 14.3243 122.062 13.4668C122.195 13.3851 122.323 13.2912 122.45 13.2014C122.493 13.1643 122.544 13.1361 122.599 13.1185C122.654 13.101 122.712 13.0944 122.77 13.0991C122.827 13.1039 122.883 13.12 122.934 13.1463C122.985 13.1727 123.03 13.2088 123.066 13.2524C123.372 13.5587 123.688 13.8649 123.981 14.1753C124.274 14.4856 124.247 14.6265 123.926 14.9041C123.203 15.5368 122.334 15.9958 121.391 16.2434C120.472 16.4924 119.509 16.5498 118.566 16.4118C117.622 16.2739 116.72 15.9437 115.92 15.4434C115.121 14.9431 114.441 14.2842 113.928 13.5109C113.414 12.7377 113.078 11.8678 112.943 10.9597C112.896 10.6698 112.913 10.3594 112.89 10.0532Z" fill="white"/><path d="M52.0831 14.2405C52.9151 14.2272 53.7258 13.9849 54.419 13.5422C54.5825 13.4422 54.7418 13.3381 54.9032 13.2299C54.9397 13.1984 54.9825 13.1744 55.029 13.1593C55.0755 13.1443 55.1247 13.1385 55.1735 13.1423C55.2224 13.1461 55.27 13.1595 55.3133 13.1815C55.3567 13.2036 55.3949 13.234 55.4256 13.2707C55.7739 13.6321 56.1328 13.9853 56.4662 14.3569C56.4947 14.4043 56.511 14.4576 56.5136 14.5123C56.5162 14.5671 56.505 14.6216 56.481 14.6713C56.3992 14.8017 56.2909 14.9149 56.1625 15.0041C55.1905 15.7794 54.0017 16.261 52.7456 16.3883C50.1272 16.6292 48.0397 15.7268 46.4874 13.7076C45.8579 12.8619 45.4765 11.869 45.3831 10.833C45.27 9.94155 45.3547 9.03718 45.6315 8.17949C45.9084 7.3218 46.3712 6.53025 46.9894 5.85701C47.6075 5.18377 48.3671 4.64413 49.218 4.27365C50.0689 3.90317 50.9918 3.71026 51.9259 3.70764C53.405 3.66287 54.8546 4.11156 56.0287 4.97755C56.1137 5.0388 56.1986 5.10005 56.2772 5.16946C56.6169 5.46958 56.6233 5.60025 56.3005 5.92691C56.0308 6.19845 55.759 6.46386 55.4808 6.72724C55.2026 6.99061 55.1644 7.02123 54.8225 6.76399C54.1984 6.28459 53.4558 5.96877 52.6671 5.84729C52.0642 5.74669 51.4452 5.78391 50.8601 5.95593C50.275 6.12795 49.7402 6.42994 49.299 6.83749C48.8384 7.2279 48.4708 7.70924 48.2212 8.24866C47.9716 8.78808 47.846 9.3729 47.8529 9.96324C47.8401 12.4398 49.8045 14.2589 52.0831 14.2405Z" fill="white"/><path d="M131.367 11.072C131.367 12.5856 131.367 14.0998 131.367 15.6147C131.367 16.2721 131.344 16.2925 130.639 16.2946C130.233 16.2946 129.825 16.2946 129.42 16.2946C129.076 16.2843 128.982 16.1904 128.955 15.8699C128.955 15.7351 128.955 15.5984 128.955 15.4616V6.68249C128.955 6.5457 128.955 6.41095 128.955 6.27416C128.968 6.03529 128.857 5.93933 128.609 5.94137C127.938 5.94137 127.264 5.94137 126.591 5.94137C126.432 5.94481 126.273 5.93799 126.116 5.92096C126.066 5.91917 126.018 5.90787 125.974 5.88774C125.929 5.8676 125.89 5.83905 125.857 5.80378C125.824 5.76852 125.799 5.72726 125.783 5.6825C125.768 5.63773 125.761 5.59037 125.765 5.54325V4.21618C125.759 4.16484 125.765 4.11279 125.782 4.06388C125.799 4.01497 125.828 3.97044 125.866 3.9336C125.903 3.89675 125.949 3.86852 126 3.85099C126.051 3.83347 126.105 3.8271 126.158 3.83235C126.281 3.83235 126.407 3.83235 126.53 3.83235H133.803C133.943 3.83235 134.085 3.83235 134.228 3.83235C134.273 3.83138 134.317 3.83946 134.359 3.85606C134.4 3.87266 134.438 3.89742 134.469 3.92876C134.5 3.96009 134.524 3.9973 134.539 4.03801C134.554 4.07871 134.56 4.12202 134.557 4.16514C134.557 4.62451 134.574 5.08388 134.557 5.54121C134.557 5.825 134.421 5.92096 134.047 5.93116C133.482 5.94545 132.915 5.93116 132.348 5.93116C131.369 5.93116 131.369 5.93116 131.369 6.87849L131.367 11.072Z" fill="white"/><path d="M28.8363 11.0249V6.58023C28.8363 6.46182 28.8363 6.3434 28.8363 6.22498C28.8533 5.96161 28.7217 5.85953 28.4562 5.86361C27.8722 5.86361 27.2882 5.86361 26.7064 5.86361C26.494 5.86361 26.2816 5.86361 26.0693 5.86361C25.721 5.84524 25.6616 5.79624 25.6446 5.4757C25.6318 5.08575 25.6318 4.69375 25.6446 4.3038C25.6446 3.97101 25.7486 3.88322 26.082 3.85463C26.2052 3.84443 26.3284 3.85463 26.4537 3.85463H33.5125C33.6548 3.85463 33.797 3.85463 33.9372 3.85463C34.2961 3.89138 34.398 3.99143 34.4065 4.3385C34.415 4.68558 34.4171 5.05308 34.4065 5.41037C34.3959 5.76766 34.3194 5.85545 33.9308 5.86157C33.2237 5.87178 32.5165 5.86157 31.8072 5.86157C31.219 5.86157 31.2147 5.86157 31.2147 6.42711C31.2147 9.42152 31.2147 12.4159 31.2147 15.4103C31.2147 16.2658 31.2148 16.2719 30.3335 16.2719C30.051 16.2719 29.7686 16.2719 29.484 16.2719C28.8958 16.2719 28.8363 16.2127 28.8342 15.6594C28.8342 14.316 28.8342 12.9747 28.8342 11.6313L28.8363 11.0249Z" fill="white"/><path d="M71.7008 10.0532V4.59792C71.7008 4.46317 71.7008 4.32638 71.7008 4.18959C71.6957 4.14252 71.7014 4.09496 71.7175 4.05023C71.7335 4.00551 71.7596 3.9647 71.7937 3.93066C71.8279 3.89662 71.8695 3.87018 71.9154 3.85319C71.9613 3.8362 72.0106 3.82907 72.0597 3.8323C72.6075 3.8323 73.1554 3.8323 73.7033 3.8323C73.7525 3.83122 73.8014 3.83952 73.8472 3.85674C73.893 3.87395 73.9347 3.89973 73.9701 3.93258C74.0055 3.96544 74.0337 4.00471 74.0531 4.04812C74.0726 4.09154 74.0829 4.13823 74.0834 4.1855C74.0995 4.32103 74.1059 4.45746 74.1026 4.59383C74.1026 8.23068 74.1026 11.8669 74.1026 15.5023C74.1026 15.5534 74.1026 15.6044 74.1026 15.6555C74.0877 16.221 74.0134 16.2925 73.4188 16.2965C73.011 16.2965 72.6054 16.2965 72.1977 16.2965C71.79 16.2965 71.7156 16.219 71.7156 15.8127C71.705 14.947 71.7156 14.0793 71.7156 13.2137L71.7008 10.0532Z" fill="white"/><path d="M138.551 3.90372C139.036 3.90453 139.51 4.04347 139.913 4.30298C140.315 4.56249 140.629 4.93093 140.814 5.36177C140.999 5.79261 141.047 6.26651 140.952 6.72361C140.857 7.18072 140.624 7.60051 140.281 7.92997C139.938 8.25943 139.501 8.48377 139.025 8.57466C138.55 8.66555 138.057 8.6189 137.609 8.44062C137.161 8.26233 136.778 7.9604 136.508 7.57297C136.239 7.18554 136.095 6.72999 136.094 6.26387C136.089 5.95223 136.148 5.64267 136.27 5.35369C136.391 5.0647 136.572 4.80222 136.801 4.58192C137.031 4.36162 137.304 4.18802 137.605 4.0715C137.905 3.95497 138.227 3.89791 138.551 3.90372ZM138.577 8.13605C138.833 8.13525 139.087 8.08584 139.323 7.99066C139.56 7.89547 139.774 7.75637 139.955 7.58133C140.135 7.40629 140.278 7.19875 140.375 6.97057C140.472 6.7424 140.521 6.49809 140.52 6.25162C140.515 5.75359 140.308 5.27708 139.943 4.92358C139.578 4.57007 139.084 4.3675 138.566 4.35901C138.304 4.35785 138.045 4.40717 137.803 4.50406C137.561 4.60094 137.342 4.74343 137.159 4.92309C136.975 5.10276 136.831 5.31596 136.735 5.5501C136.638 5.78425 136.592 6.03458 136.598 6.28632C136.599 6.53328 136.652 6.77746 136.753 7.00465C136.853 7.23184 137 7.43749 137.184 7.60963C137.369 7.78177 137.587 7.91697 137.826 8.00735C138.065 8.09772 138.32 8.14147 138.577 8.13605Z" fill="white"/><path d="M139.56 7.26631C139.542 7.25587 139.527 7.24187 139.516 7.2253C139.505 7.20873 139.497 7.18998 139.494 7.17035C139.482 7.10299 139.478 7.03449 139.481 6.96619V6.81511C139.49 6.6861 139.465 6.55715 139.409 6.43945C139.371 6.37878 139.319 6.32769 139.256 6.2904C139.347 6.24471 139.421 6.17349 139.469 6.08624C139.526 5.98184 139.557 5.86556 139.558 5.74733C139.553 5.66647 139.534 5.58702 139.501 5.51254C139.47 5.43889 139.427 5.37009 139.375 5.30837C139.311 5.23397 139.23 5.17521 139.137 5.13688C139.013 5.09267 138.881 5.07187 138.749 5.07563H137.581V7.41739H138.163V6.53336H138.587C138.672 6.52356 138.757 6.5439 138.827 6.59053C138.878 6.66469 138.9 6.75359 138.889 6.84165V7.04581C138.891 7.11429 138.898 7.18255 138.91 7.24998C138.919 7.29138 138.93 7.33228 138.944 7.37248V7.41127H139.581V7.27448L139.56 7.26631ZM138.634 6.06582H138.163V5.56562H138.647C138.715 5.56152 138.784 5.57343 138.846 5.60033C138.919 5.63708 138.953 5.71058 138.953 5.82899C138.958 5.86954 138.95 5.91067 138.931 5.94706C138.912 5.98346 138.882 6.01345 138.844 6.03316C138.777 6.05792 138.706 6.06905 138.634 6.06582Z" fill="white"/><path d="M10.3886 5.41853C11.9449 5.41853 13.2066 4.20555 13.2066 2.70926C13.2066 1.21298 11.9449 0 10.3886 0C8.83222 0 7.57056 1.21298 7.57056 2.70926C7.57056 4.20555 8.83222 5.41853 10.3886 5.41853Z" fill="white"/><path d="M17.9315 5.43757C19.4879 5.43757 20.7495 4.22459 20.7495 2.72831C20.7495 1.23202 19.4879 0.019043 17.9315 0.019043C16.3752 0.019043 15.1135 1.23202 15.1135 2.72831C15.1135 4.22459 16.3752 5.43757 17.9315 5.43757Z" fill="white"/><path d="M2.81801 5.48786C4.37435 5.48786 5.63602 4.27488 5.63602 2.7786C5.63602 1.28231 4.37435 0.0693359 2.81801 0.0693359C1.26167 0.0693359 0 1.28231 0 2.7786C0 4.27488 1.26167 5.48786 2.81801 5.48786Z" fill="white"/><path d="M17.9486 12.6929C19.505 12.6929 20.7666 11.48 20.7666 9.98368C20.7666 8.48739 19.505 7.27441 17.9486 7.27441C16.3923 7.27441 15.1306 8.48739 15.1306 9.98368C15.1306 11.48 16.3923 12.6929 17.9486 12.6929Z" fill="white"/><path d="M2.83705 12.744C4.39339 12.744 5.65506 11.531 5.65506 10.0347C5.65506 8.53842 4.39339 7.32544 2.83705 7.32544C1.28071 7.32544 0.019043 8.53842 0.019043 10.0347C0.019043 11.531 1.28071 12.744 2.83705 12.744Z" fill="white"/><path d="M17.9486 19.9488C19.505 19.9488 20.7666 18.7358 20.7666 17.2395C20.7666 15.7433 19.505 14.5303 17.9486 14.5303C16.3923 14.5303 15.1306 15.7433 15.1306 17.2395C15.1306 18.7358 16.3923 19.9488 17.9486 19.9488Z" fill="white"/><path d="M2.81801 20.0001C4.37435 20.0001 5.63602 18.7871 5.63602 17.2908C5.63602 15.7945 4.37435 14.5815 2.81801 14.5815C1.26166 14.5815 0 15.7945 0 17.2908C0 18.7871 1.26166 20.0001 2.81801 20.0001Z" fill="white"/><path d="M13.2046 17.2252V9.95283C13.2046 8.45767 11.9439 7.24561 10.3887 7.24561C8.83354 7.24561 7.57282 8.45767 7.57282 9.95283L7.57282 17.2252C7.57282 18.7203 8.83354 19.9324 10.3887 19.9324C11.9439 19.9324 13.2046 18.7203 13.2046 17.2252Z" fill="white"/></symbol></svg> <!-- endinject --></div><div class="page-container entry"><div class="entry-content" itemprop="mainContentOfPage"><section class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"><div class="vc_row wpb_row vc_row-fluid"></div><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_text_column wpb_content_element " ><div class="wpb_wrapper"></div></div><div data-bg="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160948/tlc-bg.jpg" class="wp-block-cover is-light has-parallax banner rocket-lazyload" style=""><p>&nbsp;</p><div class="wp-block-cover__inner-container"><h1 id="welcome-to-the-nonprofittechnology-learning-center" class="has-text-align-center wp-block-heading">Welcome to the Nonprofit<br />Technology Learning Center</h1><p></p><p class="has-text-align-center">Find original research, insights, and assessment tools to help you solve your biggest tech challenges.</p><div id="tlc-search"><div class="search-container"><div id="search-text"><div class="facetwp-facet facetwp-facet-search facetwp-type-search" data-name="search" data-type="search"></div></div><div id="search-topic"><div class="select"><div class="facetwp-facet facetwp-facet-topics facetwp-type-dropdown" data-name="topics" data-type="dropdown"></div><div>|</div><div id="trigger-select"><span>▲</span><span>▼</span></div></div></div><div id="search-submit"> <button onclick="FWP.refresh()"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3C/svg%3E" width="24px" height="24px" alt="Search Icon" data-lazy-src="https://techimpact.org/wp-content/themes/techimpact-2018/images/search.png"/><noscript><img src="https://techimpact.org/wp-content/themes/techimpact-2018/images/search.png" width="24px" height="24px" alt="Search Icon"/></noscript> <span class="visuallyhidden">Search<span> </button></div></div> <button type="button" id="reset" onclick="FWP.reset()">Clear Search</button> <button type="button" id="advanced-open">More Options...</button><div id="search-options"><div class="search-option"><p>Learning Format</p><div class="facetwp-facet facetwp-facet-learning_format facetwp-type-checkboxes" data-name="learning_format" data-type="checkboxes"></div></div><div class="search-option"><p>I want to...</p><div class="facetwp-facet facetwp-facet-stages facetwp-type-checkboxes" data-name="stages" data-type="checkboxes"></div></div> <button type="button" id="advanced-close">Hide</button></div></div></div></div><p> </p><div id="resources" class="wp-block-group grid-layout is-layout-flow"><div class="wp-block-group__inner-container"><div id="search-sorting"><div class="result-count"><div class="facetwp-facet facetwp-facet-result_count facetwp-type-pager" data-name="result_count" data-type="pager"></div></div><div id="per-page" class="search-sort"> Per Page:<div class="facetwp-facet facetwp-facet-tlc_per_page facetwp-type-pager" data-name="tlc_per_page" data-type="pager"></div></div><div id="order-by" class="search-sort"> Order By:<div class="facetwp-sort"></div></div><div id="layout" class="search-sort"> Layout: <button type="button" id="grid-layout"><div class="layout-icon layout-grid"> <span></span> <span></span> <span></span> <span></span></div> <span class="visuallyhidden">Grid Layout</span> </button> <button type="button" id="list-layout"><div class="layout-icon layout-list"> <span></span> <span></span> <span></span> <span></span></div> <span class="visuallyhidden">List Layout</span> </button></div></div> <br /></p><div id="item-list" class="wp-block-group is-layout-flow"><div class="wp-block-group__inner-container"><div class="facetwp-template" data-name="technology_learning_center"><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/AAP-Email-Header_2-656x298.jpg" class="item-thumbnail paid rocket-lazyload" style=""> <a href="https://techimpact.org/our-resources/all-access-pass/" title="All Access Pass"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/AAP-Email-Header_2-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/AAP-Email-Header_2-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/AAP-Email-Header_2-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/AAP-Email-Header_2-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.org/our-resources/all-access-pass/" title="All Access Pass">All Access Pass</a></h2><div class="resource-optional-text"> Gain access to a year of <strong>unlimited</strong> live webinars, in-depth live courses, and our library of on-demand education on a variety of technology topics, for only <strong>$249/year</strong>. Our topics include cloud infrastructure, security, data management, digital marketing, digital fundraising, program and service delivery, technology strategy and governance. They are created specifically for nonprofit professionals.</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/louise-viallesoubranne-5EhN4wbfvBc-unsplash-656x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://techimpact.tovuti.io/component/eventbooking/cloud-infrastructure-and-security/teams-to-manage-a-project" title="Using Microsoft Teams to Manage a Project"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/louise-viallesoubranne-5EhN4wbfvBc-unsplash-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/louise-viallesoubranne-5EhN4wbfvBc-unsplash-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/louise-viallesoubranne-5EhN4wbfvBc-unsplash-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/louise-viallesoubranne-5EhN4wbfvBc-unsplash-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.tovuti.io/component/eventbooking/cloud-infrastructure-and-security/teams-to-manage-a-project" title="Using Microsoft Teams to Manage a Project">Using Microsoft Teams to Manage a Project</a> <span class="pill">Training</span></h2><div class="resource-optional-text"> <span data-contrast="auto">In this follow-up webinar we’ll jump into a practical example of how nonprofits can use Teams.</span></div><div class="item-optional-text"> 07/17/2023 • 												2:00 pm EDT</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/mika-baumeister-ik4J32DUyI-unsplash-656x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://techimpact.tovuti.io/component/eventbooking/cloud-infrastructure-and-security/intro-to-microsoft-teams" title="Introduction to Microsoft Teams"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/mika-baumeister-ik4J32DUyI-unsplash-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/mika-baumeister-ik4J32DUyI-unsplash-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/mika-baumeister-ik4J32DUyI-unsplash-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/mika-baumeister-ik4J32DUyI-unsplash-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.tovuti.io/component/eventbooking/cloud-infrastructure-and-security/intro-to-microsoft-teams" title="Introduction to Microsoft Teams">Introduction to Microsoft Teams</a> <span class="pill">Training</span></h2><div class="resource-optional-text"> Good for beginner and intermediate learners alike, this webinar will give you the basics of Teams.</div><div class="item-optional-text"> 07/10/2023 • 												2:00 pm EDT</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/cover-photo-656x298.jpg" class="item-thumbnail paid rocket-lazyload" style=""> <a href="https://techimpact.tovuti.io/courses/course/conversations-with-salesforce-2023" title="Create More Powerful Conversations with Salesforce"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/cover-photo-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/cover-photo-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/cover-photo-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/cover-photo-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.tovuti.io/courses/course/conversations-with-salesforce-2023" title="Create More Powerful Conversations with Salesforce">Create More Powerful Conversations with Salesforce</a></h2><div class="resource-optional-text"> Supercharge your communications strategy using Salesforce.</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/donorperfect-logo-656x298.png" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://techimpact.tovuti.io/courses/course/donorperfect-demo" title="DonorPerfect Recorded Demo"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/donorperfect-logo-656x298.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/donorperfect-logo-656x298.png"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/donorperfect-logo-656x298.png.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/donorperfect-logo-656x298.png" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.tovuti.io/courses/course/donorperfect-demo" title="DonorPerfect Recorded Demo">DonorPerfect Recorded Demo</a></h2><div class="resource-optional-text"> <span style="color: #000000;font-family: Arial, sans-serif;font-size: 12pt;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: start;text-indent: 0px;text-transform: none;background-color: #ffffff;float: none">See how DonorPerfect can help you reach your goals.</span></div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/pexels-cottonbro-studio-5989941-656x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://techimpact.tovuti.io/courses/course/strategic-hiring-it-staff" title="Strategic Hiring for IT Staff"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/pexels-cottonbro-studio-5989941-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/pexels-cottonbro-studio-5989941-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/pexels-cottonbro-studio-5989941-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/pexels-cottonbro-studio-5989941-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.tovuti.io/courses/course/strategic-hiring-it-staff" title="Strategic Hiring for IT Staff">Strategic Hiring for IT Staff</a></h2><div class="resource-optional-text"> It’s critical to have the right people to keep your organization and the work you do secure and running.</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/cloudstoragecomparisoncover-656x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://offers.techimpact.org/reports/cloudstoragesolutions23" title="Cloud Storage Comparison for Nonprofits"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/cloudstoragecomparisoncover-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/cloudstoragecomparisoncover-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/cloudstoragecomparisoncover-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/cloudstoragecomparisoncover-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://offers.techimpact.org/reports/cloudstoragesolutions23" title="Cloud Storage Comparison for Nonprofits">Cloud Storage Comparison for Nonprofits</a></h2><div class="resource-optional-text"> Comparison guide to help your nonprofit select the best cloud storage option to meet your needs.</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/Google-Workspace-Header-Image-1-656x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://techimpact.tovuti.io/courses/course/introduction-to-google-workspace" title="Introduction to Google Workspace"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/Google-Workspace-Header-Image-1-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/Google-Workspace-Header-Image-1-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/Google-Workspace-Header-Image-1-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/Google-Workspace-Header-Image-1-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.tovuti.io/courses/course/introduction-to-google-workspace" title="Introduction to Google Workspace">Introduction to Google Workspace</a></h2><div class="resource-optional-text"> <span class="NormalTextRun SCXW219715745 BCX0">Join Tech Impact for a demonstration of the tools and features of </span><span class="NormalTextRun SCXW219715745 BCX0">Google Workspace.</span></div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/pexels-suzy-hazelwood-1995842-656x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://techimpact.tovuti.io/courses/course/ethical-data-storytelling" title="Ethical Data Storytelling for Nonprofits"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/pexels-suzy-hazelwood-1995842-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/pexels-suzy-hazelwood-1995842-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/pexels-suzy-hazelwood-1995842-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/pexels-suzy-hazelwood-1995842-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.tovuti.io/courses/course/ethical-data-storytelling" title="Ethical Data Storytelling for Nonprofits">Ethical Data Storytelling for Nonprofits</a></h2><div class="resource-optional-text"> <span style="font-family: arial, helvetica, sans-serif;font-size: 12pt">This one-hour webinar will revisit the topic of ethical data storytelling.</span></div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/DATA-MIGRATION-COVER-IMAGE-617x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://offers.techimpact.org/reports/datamigration2023" title="The Nonprofit&#8217;s Guide to Data Migration"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/DATA-MIGRATION-COVER-IMAGE-617x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20617%20298&#039;%3E%3C/svg%3E"/> <img width="617" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20617%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/DATA-MIGRATION-COVER-IMAGE-617x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/DATA-MIGRATION-COVER-IMAGE-617x298.jpg.webp"/> <img width="617" height="298" src="https://techimpact.org/wp-content/uploads/DATA-MIGRATION-COVER-IMAGE-617x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://offers.techimpact.org/reports/datamigration2023" title="The Nonprofit&#8217;s Guide to Data Migration">The Nonprofit&#8217;s Guide to Data Migration</a></h2><div class="resource-optional-text"> Learn the processes and principles of a successful data migration, and read one nonprofit's case study to better understand what goes into a successful migration.
&nbsp;
&nbsp;</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/pexels-monicore-2624399-656x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://techimpact.tovuti.io/courses/course/coffee-break-ethical-data" title="Coffee Break: Ethical Data Storytelling"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/pexels-monicore-2624399-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/pexels-monicore-2624399-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/pexels-monicore-2624399-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/pexels-monicore-2624399-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://techimpact.tovuti.io/courses/course/coffee-break-ethical-data" title="Coffee Break: Ethical Data Storytelling">Coffee Break: Ethical Data Storytelling</a></h2><div class="resource-optional-text"> This will introduce central concepts in ethical (and unethical) data storytelling.</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div><div class="item-container"><div data-bg="https://techimpact.org/wp-content/uploads/CYBERINSURANCE-CHECKLIST-COVER-IMAGE-656x298.jpg" class="item-thumbnail free rocket-lazyload" style=""> <a href="https://offers.techimpact.org/reports/cyberinsurance_checklist" title="Nonprofit Cybersecurity Insurance Checklist"> <picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/CYBERINSURANCE-CHECKLIST-COVER-IMAGE-656x298.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E"/> <img width="656" height="298" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20656%20298&#039;%3E%3C/svg%3E" alt="" decoding="async" data-lazy-src="https://techimpact.org/wp-content/uploads/CYBERINSURANCE-CHECKLIST-COVER-IMAGE-656x298.jpg"/> </picture> <noscript><picture class="visuallyhidden wp-post-image" decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/CYBERINSURANCE-CHECKLIST-COVER-IMAGE-656x298.jpg.webp"/> <img width="656" height="298" src="https://techimpact.org/wp-content/uploads/CYBERINSURANCE-CHECKLIST-COVER-IMAGE-656x298.jpg" alt="" decoding="async"/> </picture> </noscript> </a></div><div class="item-content"><h2 class="item-title"> <a href="https://offers.techimpact.org/reports/cyberinsurance_checklist" title="Nonprofit Cybersecurity Insurance Checklist">Nonprofit Cybersecurity Insurance Checklist</a></h2><div class="resource-optional-text"> <span id="hs_cos_wrapper_module_1395325065960295" class="hs_cos_wrapper hs_cos_wrapper_widget_container hs_cos_wrapper_type_widget_container" data-hs-cos-general-type="widget_container" data-hs-cos-type="widget_container">Cybersecurity insurance is becoming a must-have for nonprofits. What do you need to know about the requirements providers will expect to see before issuing your organization a policy?</span> &nbsp;</div><div class="item-provider"><p>Provided by Tech Impact</p></div></div></div></div><br /> <br /><div class="facetwp-facet facetwp-facet-pagination facetwp-type-pager" data-name="pagination" data-type="pager"></div></div></div></div></div><p> </p><div class="wp-block-group tlc-container hide-on-search is-layout-flow"><div class="wp-block-group__inner-container"> </div></div><p> </p><div id="topic-area" class="wp-block-group tlc-container hide-on-search has-background is-layout-flow" style="background-color: #f0f0f0;"><div class="wp-block-group__inner-container"><h2 id="learn-about-a-topic" class="has-text-align-center tlc-heading wp-block-heading">Learn About A Topic</h2><p></p><div id="topics-grid-block_5e98936a3707b" class="topics-grid"><div class="topic"> <a href="https://techimpact.org/technology-learning-center/it-infrastructure/" title="Cloud Infrastructure and Security"></p><div data-bg="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160112/icon-it-infrastructure.png" class="topic-icon rocket-lazyload" aria-hidden="true" style=""></div><h3 class="topic-title">Cloud Infrastructure and Security</h3><p> </a></div><div class="topic"> <a href="https://techimpact.org/technology-learning-center/data-management/" title="Data Management"></p><div data-bg="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160120/icon-data-management.png" class="topic-icon rocket-lazyload" aria-hidden="true" style=""></div><h3 class="topic-title">Data Management</h3><p> </a></div><div class="topic"> <a href="https://techimpact.org/technology-learning-center/digital-mof/" title="Digital Marketing, Outreach and Fundraising"></p><div data-bg="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160125/icon-digital-marketing.png" class="topic-icon rocket-lazyload" aria-hidden="true" style=""></div><h3 class="topic-title">Digital Marketing, Outreach and Fundraising</h3><p> </a></div><div class="topic"> <a href="https://techimpact.org/technology-learning-center/program-and-service-delivery/" title="Program and Service Delivery"></p><div data-bg="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160123/icon-program-service.png" class="topic-icon rocket-lazyload" aria-hidden="true" style=""></div><h3 class="topic-title">Program and Service Delivery</h3><p> </a></div><div class="topic"> <a href="https://techimpact.org/technology-learning-center/tech-strategy-and-governance/" title="Tech Strategy and Governance"></p><div data-bg="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521160121/icon-tech-strategy.png" class="topic-icon rocket-lazyload" aria-hidden="true" style=""></div><h3 class="topic-title">Tech Strategy and Governance</h3><p> </a></div></div></div></div><p> </p><div id="funders-area" class="wp-block-group tlc-container hide-on-search is-layout-flow"><div class="wp-block-group__inner-container"><h2 id="thanks-to-our-funders" class="has-text-align-center tlc-heading">Thanks to Our Funders</h2><div class="wp-block-columns funder-logos"><div class="wp-block-column"><figure class="wp-block-image size-large"><a href="https://www.givesmart.com/"><picture decoding="async" class="wp-image-15378 aligncenter"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/cb-givesmart-logo-c-rgb-bycb.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20201%2056&#039;%3E%3C/svg%3E"/> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20201%2056&#039;%3E%3C/svg%3E" alt="Give Smart Logo" width="201" height="56" data-lazy-src="https://techimpact.org/wp-content/uploads/cb-givesmart-logo-c-rgb-bycb.png"/> </picture> <noscript><picture decoding="async" class="wp-image-15378 aligncenter"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/cb-givesmart-logo-c-rgb-bycb.png.webp"/> <img decoding="async" src="https://techimpact.org/wp-content/uploads/cb-givesmart-logo-c-rgb-bycb.png" alt="Give Smart Logo" width="201" height="56"/> </picture> </noscript></a></figure></div><div class="wp-block-column"><figure class="wp-block-image size-large"><a href="https://www.okta.com/"><picture decoding="async" class="wp-image-13787 aligncenter"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/Okta-Logo.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20213%2072&#039;%3E%3C/svg%3E"/> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20213%2072&#039;%3E%3C/svg%3E" alt="OKTA logo" width="213" height="72" data-lazy-src="https://techimpact.org/wp-content/uploads/Okta-Logo.png"/> </picture> <noscript><picture decoding="async" class="wp-image-13787 aligncenter"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/Okta-Logo.png.webp"/> <img decoding="async" src="https://techimpact.org/wp-content/uploads/Okta-Logo.png" alt="OKTA logo" width="213" height="72"/> </picture> </noscript></a></figure></div><div class="wp-block-column"><figure class="wp-block-image size-large"><a href="https://www.donorperfect.com/"><picture decoding="async" class="wp-image-15626 aligncenter"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-300x71.png.webp 300w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-800x190.png.webp 800w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-768x183.png.webp 768w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2.png.webp 1000w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20300%2071&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 300px) 100vw, 300px"/> <img decoding="async" width="300" height="71" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20300%2071&#039;%3E%3C/svg%3E" alt="" data-lazy-srcset="https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-300x71.png 300w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-800x190.png 800w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-768x183.png 768w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2.png 1000w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-300x71.png"/> </picture> <noscript><picture decoding="async" class="wp-image-15626 aligncenter"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-300x71.png.webp 300w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-800x190.png.webp 800w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-768x183.png.webp 768w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2.png.webp 1000w" sizes="(max-width: 300px) 100vw, 300px"/> <img decoding="async" width="300" height="71" src="https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-300x71.png" alt="" srcset="https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-300x71.png 300w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-800x190.png 800w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2-768x183.png 768w, https://techimpact.org/wp-content/uploads/DonorPerfect-lowres-2.png 1000w" sizes="(max-width: 300px) 100vw, 300px"/> </picture> </noscript></a></figure></div><div class="wp-block-column"><figure class="wp-block-image size-large"><a href="https://www.campbellfoundation.org/"><img decoding="async" width="275" height="183" class="wp-image-9574 aligncenter" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20275%20183'%3E%3C/svg%3E" alt="The Campbell Foundation logo" data-lazy-src="https://s3.amazonaws.com/techimpact/wp-content/uploads/20181129112535/Campbell-Found.png" /><noscript><img decoding="async" width="275" height="183" class="wp-image-9574 aligncenter" src="https://s3.amazonaws.com/techimpact/wp-content/uploads/20181129112535/Campbell-Found.png" alt="The Campbell Foundation logo" /></noscript></a></figure></div></div><div class="wp-block-columns funder-logos"><div class="wp-block-column"><figure class="wp-block-image size-large"><a href="https://akoyago.com/"><picture decoding="async" class="wp-image-15685 size-medium aligncenter"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/akoyaGO-gray-yellow-notagline-300x96.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20300%2054&#039;%3E%3C/svg%3E"/> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20300%2054&#039;%3E%3C/svg%3E" alt="" width="300" height="54" data-lazy-src="https://techimpact.org/wp-content/uploads/akoyaGO-gray-yellow-notagline-300x96.png"/> </picture> <noscript><picture decoding="async" class="wp-image-15685 size-medium aligncenter"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/akoyaGO-gray-yellow-notagline-300x96.png.webp"/> <img decoding="async" src="https://techimpact.org/wp-content/uploads/akoyaGO-gray-yellow-notagline-300x96.png" alt="" width="300" height="54"/> </picture> </noscript></a></figure></div><div class="wp-block-column"><figure class="wp-block-image size-large"><a href="https://www.fidelitycharitable.org/"><img decoding="async" class="aligncenter wp-image-10967" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20399%2060'%3E%3C/svg%3E" alt="Fidelity Charitable Logo" width="399" height="60" data-lazy-srcset="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-300x45.jpg 300w, https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-800x120.jpg 800w, https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-768x115.jpg 768w, https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-1536x231.jpg 1536w, https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-2048x308.jpg 2048w" data-lazy-sizes="(max-width: 399px) 100vw, 399px" data-lazy-src="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-300x45.jpg" /><noscript><img decoding="async" class="aligncenter wp-image-10967" src="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-300x45.jpg" alt="Fidelity Charitable Logo" width="399" height="60" srcset="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-300x45.jpg 300w, https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-800x120.jpg 800w, https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-768x115.jpg 768w, https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-1536x231.jpg 1536w, https://s3.amazonaws.com/techimpact/wp-content/uploads/20200402103803/fidelitycharitable-2048x308.jpg 2048w" sizes="(max-width: 399px) 100vw, 399px" /></noscript></a></figure></div><div class="wp-block-column"><figure class="wp-block-image size-large"><a href="https://bloomerang.co/"><picture decoding="async" class="wp-image-14175 size-medium aligncenter"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-300x54.jpg.webp 300w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-800x144.jpg.webp 800w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-768x139.jpg.webp 768w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB.jpg.webp 1435w" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20300%2054&#039;%3E%3C/svg%3E" data-lazy-sizes="(max-width: 300px) 100vw, 300px"/> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20300%2054&#039;%3E%3C/svg%3E" alt="" width="300" height="54" data-lazy-srcset="https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-300x54.jpg 300w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-800x144.jpg 800w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-768x139.jpg 768w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB.jpg 1435w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-300x54.jpg"/> </picture> <noscript><picture decoding="async" class="wp-image-14175 size-medium aligncenter"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-300x54.jpg.webp 300w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-800x144.jpg.webp 800w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-768x139.jpg.webp 768w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB.jpg.webp 1435w" sizes="(max-width: 300px) 100vw, 300px"/> <img decoding="async" src="https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-300x54.jpg" alt="" width="300" height="54" srcset="https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-300x54.jpg 300w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-800x144.jpg 800w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB-768x139.jpg 768w, https://techimpact.org/wp-content/uploads/Bloomerang-Logo-Hor-RGB.jpg 1435w" sizes="(max-width: 300px) 100vw, 300px"/> </picture> </noscript></a></figure></div><div class="wp-block-column"><figure class="wp-block-image size-large"><a href="https://neonone.com/"><picture decoding="async" class="wp-image-14175 size-medium aligncenter"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/neon-one.jpg.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20300%2054&#039;%3E%3C/svg%3E"/> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%20300%2054&#039;%3E%3C/svg%3E" alt="" width="300" height="54" data-lazy-src="https://techimpact.org/wp-content/uploads/neon-one.jpg"/> </picture> <noscript><picture decoding="async" class="wp-image-14175 size-medium aligncenter"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/neon-one.jpg.webp"/> <img decoding="async" src="https://techimpact.org/wp-content/uploads/neon-one.jpg" alt="" width="300" height="54"/> </picture> </noscript></a></figure></div></div><div id="funders-area" class="wp-block-group tlc-container hide-on-search"><div id="about-tlc-area" class="wp-block-group tlc-container hide-on-search has-background" style="background-color: #f0f0f0;"><h2 id="about-the-technology-learning-center" class="has-text-align-center tlc-heading">About the Technology Learning Center</h2><ul class="inline-list"><li><a href="https://techimpact.org/editorial-integrity-policy/">Editorial Integrity Policy</a></li><li><a href="https://techimpact.org/reprinting-and-quoting/">Reprinting and Quoting</a></li><li><a href="https://techimpact.org/sponsorship-opportunities/">Sponsorship Opportunities</a></li><li><a href="https://techimpact.org/how-we-review-software/">How We Review Software</a></li><li><a href="https://techimpact.org/funding-learn-more-about-our-funders/">Funding</a></li></ul></div></div></div></div></div></div></div></div></div></div></section></div></div> <!-- footer --><footer class="footer"><div class="container"><div class="footer-menu"><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-11348" class="site-description menu-item menu-item-type-sidebar menu-item-object-techimpact-2018 menu-item-11348"><div class="menuizer-container site-description menuizer-stack-vertical"><div id="media_image-2" class="widget widget_media_image"><a href="https://techimpact.org"><img width="141" height="20" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20141%2020'%3E%3C/svg%3E" class="image wp-image-11336  attachment-medium size-medium" alt="" decoding="async" style="max-width: 100%; height: auto;" data-lazy-src="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521152259/logo-light.svg" /><noscript><img width="141" height="20" src="https://s3.amazonaws.com/techimpact/wp-content/uploads/20200521152259/logo-light.svg" class="image wp-image-11336  attachment-medium size-medium" alt="" decoding="async" style="max-width: 100%; height: auto;" /></noscript></a></div><div id="text-17" class="widget widget_text"><div class="textwidget"><p>Our mission is to leverage technology to advance social impact.</p></div></div></div></li><li id="menu-item-11349" class="menu-heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11349"><a href="#">Services</a><ul class="sub-menu"><li id="menu-item-11350" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11350"><a href="https://techimpact.org/our-services/">Nonprofit Tech</a></li><li id="menu-item-11351" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11351"><a href="https://techimpact.org/our-programs/">Career Training</a></li><li id="menu-item-11352" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11352"><a target="_blank" rel="noopener" href="https://techforwardconference.org/">Tech Forward Conference</a></li></ul></li><li id="menu-item-11353" class="menu-heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11353"><a href="#">Resources</a><ul class="sub-menu"><li id="menu-item-11355" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11355"><a href="/events">Training Calendar</a></li><li id="menu-item-15280" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15280"><a href="https://techimpact.org/subscribe/">Subscribe to Email</a></li><li id="menu-item-11356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11356"><a href="https://techimpact.org/blog/">Blog</a></li><li id="menu-item-11357" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11357"><a href="https://techimpact.org/news/">News</a></li></ul></li><li id="menu-item-11358" class="menu-heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11358"><a href="#">Our Programs</a><ul class="sub-menu"><li id="menu-item-11359" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11359"><a href="https://www.idealware.org/">Idealware</a></li><li id="menu-item-11360" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11360"><a href="https://www.itworks.org">ITWorks</a></li><li id="menu-item-11361" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11361"><a href="https://www.cxworks.org">CXWorks</a></li><li id="menu-item-11363" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11363"><a href="https://techimpact.org/our-services/">Technology Services</a></li></ul></li><li id="menu-item-11364" class="menu-heading menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11364"><a href="#">Browse</a><ul class="sub-menu"><li id="menu-item-12125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12125"><a href="https://techimpact.org/about-tech-impact/">About Us</a></li><li id="menu-item-11366" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11366"><a href="https://techimpact.org/jobs-internships/">Jobs &#038; Internships</a></li><li id="menu-item-11367" class="partners-donors menu-item menu-item-type-custom menu-item-object-custom menu-item-11367"><a href="#">Partners &#038; Donors</a></li><li id="menu-item-11368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11368"><a href="https://techimpact.org/make-a-donation/">Make a Donation</a></li><li id="menu-item-11369" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11369"><a href="/contact">Contact Us</a></li><li id="menu-item-11370" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11370"><a href="https://techimpact.org/privacy-policy/">Privacy Policy</a></li></ul></li></ul></div></div><div class="footer-bottom"><div class="footer-left"><p>&copy; 2023 Tech Impact. All Rights Reserved.</p></div><div class="footer-right"><aside class="fa-social"><p class="social-media-cta">Follow us on social media:</p> <!-- .social-icons --><ul class="tech-social"><li><a href="http://facebook.com/TechImpact.org" title="facebook" target="_blank"><i class="fa fa-facebook"></i></a></li><li><a href="http://twitter.com/Tech_Impact" title="@Tech_Impact on twitter" target="_blank"><i class="fa fa-twitter"></i></a></li><li><a href="https://www.linkedin.com/company/tech-impact/" title="linkedin" target="_blank"><i class="fa fa-linkedin"></i></a></li><li><a href="http://blog.techimpact.org/rss.xml" title="rss" target="_blank"><i class="fa fa-rss"></i></a></li></ul></aside></div></div></div></footer> <!-- /footer --> <!-- Javascripts --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> _linkedin_partner_id = "387393"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=387393&fmt=gif" /> </noscript><div id="pum-15125" class="pum pum-overlay pum-theme-15117 pum-theme-lightbox popmake-overlay auto_open click_open" data-popmake="{&quot;id&quot;:15125,&quot;slug&quot;:&quot;all-access-pass&quot;,&quot;theme_id&quot;:15117,&quot;cookies&quot;:[{&quot;event&quot;:&quot;on_popup_close&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-15125&quot;,&quot;key&quot;:&quot;&quot;,&quot;session&quot;:false,&quot;path&quot;:&quot;1&quot;,&quot;time&quot;:&quot;1 month&quot;}},{&quot;event&quot;:&quot;on_popup_close&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-15125&quot;,&quot;key&quot;:&quot;&quot;,&quot;session&quot;:false,&quot;path&quot;:&quot;1&quot;,&quot;time&quot;:&quot;1 month&quot;}}],&quot;triggers&quot;:[{&quot;type&quot;:&quot;auto_open&quot;,&quot;settings&quot;:{&quot;cookie_name&quot;:[&quot;pum-15125&quot;],&quot;delay&quot;:&quot;350&quot;}},{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;tiny&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;X&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-modal="false"
 ><div id="popmake-15125" class="pum-container popmake theme-15117 pum-responsive pum-responsive-tiny responsive size-tiny"><div class="pum-content popmake-content" tabindex="0"><div class="all-access-popup"><div class="all-access-container"><p><span style="font-size: 25px;">Save money. Learn more.</span></p><p>Purchase an All Access Pass and get access to 100+ hours of nonprofit tech training for one low price.</p><p><a class="all-access-button" href="https://techimpact.org/all-access-pass/">Get the Details</a></p></div><div class="all-access-footer"><picture decoding="async"> <source type="image/webp" data-lazy-srcset="https://techimpact.org/wp-content/uploads/popup-footer.png.webp" srcset="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%201200%20146&#039;%3E%3C/svg%3E"/> <img width="1200" height="146" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20viewBox=&#039;0%200%201200%20146&#039;%3E%3C/svg%3E" alt="Logo" data-lazy-src="https://techimpact.org/wp-content/uploads/popup-footer.png"/> </picture> <noscript><picture decoding="async"> <source type="image/webp" srcset="https://techimpact.org/wp-content/uploads/popup-footer.png.webp"/> <img width="1200" height="146" decoding="async" src="https://techimpact.org/wp-content/uploads/popup-footer.png" alt="Logo"/> </picture> </noscript></div></div></div> <button type="button" class="pum-close popmake-close" aria-label="Close"> X </button></div></div> <script type='text/javascript' id='leadin-script-loader-js-js-extra'> /* <![CDATA[ */
var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"10.1.24"};
/* ]]> */ </script> <script data-minify="1" type='text/javascript' src='https://techimpact.org/wp-content/cache/min/1/575821.js?ver=1676469576' async defer id='hs-script-loader'></script> <script type='text/javascript' id='rocket-browser-checker-js-after'> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script> <script type='text/javascript' id='rocket-preload-links-js-extra'> /* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/techimpact.org","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */ </script> <script type='text/javascript' id='rocket-preload-links-js-after'> (function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}()); </script> <script type='text/javascript' src='https://techimpact.org/wp-content/themes/techimpact-2018/assets/js/bootstrap.min.js' id='bootstrap-js' defer></script> <script data-minify="1" type='text/javascript' src='https://techimpact.org/wp-content/cache/min/1/wp-content/themes/techimpact-2018/assets/js/ie10-viewport-bug-workaround.js?ver=1676469576' id='ie10-viewport-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-content/themes/techimpact-2018/assets/plugins/slick/slick.min.js' id='slickjs-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-includes/js/imagesloaded.min.js' id='imagesloaded-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-includes/js/masonry.min.js' id='masonry-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-includes/js/jquery/jquery.masonry.min.js' id='jquery-masonry-js' defer></script> <script data-minify="1" type='text/javascript' src='https://techimpact.org/wp-content/cache/min/1/wp-content/themes/techimpact-2018/assets/js/yrss.js?ver=1676469576' id='ti-rss-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-content/themes/techimpact-2018/assets/js/jquery.matchHeight.min.js' id='ti-matchHeight-js' defer></script> <script data-minify="1" type='text/javascript' src='https://techimpact.org/wp-content/cache/min/1/wp-content/themes/techimpact-2018/assets/js/custom.js?ver=1676469576' id='ti-custom-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-content/themes/techimpact-2018/js/crate.min.js' id='crate-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' data-rocket-src='https://platform-api.sharethis.com/js/sharethis.js#property=5e6baef027fd730012fdb59b&#038;product=inline-share-buttons&#038;cms=website' id='sharethis-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-includes/js/jquery/ui/core.min.js' id='jquery-ui-core-js' defer></script> <script type='text/javascript' id='popup-maker-site-js-extra'> /* <![CDATA[ */
var pum_vars = {"version":"1.18.1","pm_dir_url":"https:\/\/techimpact.org\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/techimpact.org\/wp-admin\/admin-ajax.php","restapi":"https:\/\/techimpact.org\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"15116","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/techimpact.org\/wp-json\/pum\/v1"};
var pum_sub_vars = {"ajaxurl":"https:\/\/techimpact.org\/wp-admin\/admin-ajax.php","message_position":"top"};
var pum_popups = {"pum-15125":{"triggers":[{"type":"auto_open","settings":{"cookie_name":["pum-15125"],"delay":"350"}}],"cookies":[{"event":"on_popup_close","settings":{"name":"pum-15125","key":"","session":false,"path":"1","time":"1 month"}},{"event":"on_popup_close","settings":{"name":"pum-15125","key":"","session":false,"path":"1","time":"1 month"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"15117","size":"tiny","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"lightbox","id":15125,"slug":"all-access-pass"}};
/* ]]> */ </script> <script data-minify="1" type='text/javascript' src='https://techimpact.org/wp-content/cache/min/1/wp-content/uploads/pum/pum-site-scripts.js?ver=1676469771' id='popup-maker-site-js' defer></script> <script type='text/javascript' src='https://techimpact.org/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js' id='wpb_composer_front_js-js' defer></script> <script src="https://techimpact.org/wp-content/plugins/facetwp/assets/js/dist/front.min.js?ver=4.2.1"></script> <script> window.FWP_JSON = {"prefix":"fwp_","no_results_text":"No results found","ajaxurl":"https:\/\/techimpact.org\/wp-json\/facetwp\/v1\/refresh","nonce":"004387d85f","preload_data":{"facets":{"search":"<span class=\"facetwp-input-wrap\"><i class=\"facetwp-icon\"><\/i><input type=\"text\" class=\"facetwp-search\" value=\"\" placeholder=\"Search for...\" autocomplete=\"off\" \/><\/span>","topics":"<select class=\"facetwp-dropdown\"><option value=\"\">Select Topic<\/option><option value=\"it-infrastructure\">Cloud Infrastructure and Security<\/option><option value=\"data-management\">Data Management<\/option><option value=\"digital-marketing-outreach-and-fundraising\">Digital Marketing, Outreach, and Fundraising<\/option><option value=\"program-and-service-delivery\">Program and Service Delivery<\/option><option value=\"technology-strategy-and-governance\">Technology Strategy and Governance<\/option><\/select>","learning_format":"<div class=\"facetwp-checkbox\" data-value=\"download\"><span class=\"facetwp-display-value\">Download<\/span><span class=\"facetwp-counter\">(81)<\/span><\/div><div class=\"facetwp-checkbox\" data-value=\"training\"><span class=\"facetwp-display-value\">Training<\/span><span class=\"facetwp-counter\">(65)<\/span><\/div>","stages":"<div class=\"facetwp-checkbox\" data-value=\"discover\"><span class=\"facetwp-display-value\">Discover (Explore New Tech &amp; Trends)<\/span><span class=\"facetwp-counter\">(63)<\/span><\/div><div class=\"facetwp-checkbox\" data-value=\"plan\"><span class=\"facetwp-display-value\">Plan (Assess, Choose Solutions)<\/span><span class=\"facetwp-counter\">(70)<\/span><\/div><div class=\"facetwp-checkbox\" data-value=\"operate\"><span class=\"facetwp-display-value\">Operate (Implement, Maintain)<\/span><span class=\"facetwp-counter\">(58)<\/span><\/div><div class=\"facetwp-checkbox\" data-value=\"optimize\"><span class=\"facetwp-display-value\">Optimize (Apply, Build Skills, Max ROI)<\/span><span class=\"facetwp-counter\">(55)<\/span><\/div>","result_count":"1 \u2013 12 of 160 results","tlc_per_page":"<select class=\"facetwp-per-page-select\"><option value=\"10\">10<\/option><option value=\"25\">25<\/option><option value=\"50\">50<\/option><option value=\"100\">100<\/option><\/select>","pagination":"<div class=\"facetwp-pager\"><a class=\"facetwp-page first active\" data-page=\"1\">1<\/a><a class=\"facetwp-page\" data-page=\"2\">2<\/a><a class=\"facetwp-page\" data-page=\"3\">3<\/a><a class=\"facetwp-page dots\">\u2026<\/a><a class=\"facetwp-page last\" data-page=\"14\">14<\/a><a class=\"facetwp-page next\" data-page=\"2\">Next \u00bb<\/a><\/div>"},"template":"","settings":{"pager":{"page":1,"per_page":12,"total_rows":160,"total_pages":14},"num_choices":{"topics":5,"learning_format":2,"stages":4},"labels":{"search":"Search","topics":"Topics","learning_format":"Learning Format","stages":"Stages","result_count":"Result Count","tlc_per_page":"Per Page","pagination":"Pagination"},"search":{"auto_refresh":"no"},"learning_format":{"show_expanded":"no"},"stages":{"show_expanded":"no"},"result_count":{"pager_type":"counts"},"tlc_per_page":{"pager_type":"per_page"},"pagination":{"pager_type":"numbers"}},"sort":"<select class=\"facetwp-sort-select\"><option value=\"default\">Relevance<\/option><option value=\"title_asc\">Title (A-Z)<\/option><option value=\"title_desc\">Title (Z-A)<\/option><option value=\"date_desc\">Date (Newest)<\/option><option value=\"date_asc\">Date (Oldest)<\/option><\/select>"},"expand":"[+]","collapse":"[-]"};
window.FWP_HTTP = {"get":[],"uri":"technology-learning-center","url_vars":[]}; </script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://techimpact.org/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script data-minify="1" src="https://techimpact.org/wp-content/cache/min/1/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.min.js?ver=1676469576" defer></script> <script type="rocketlazyloadscript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script data-minify="1" async src="https://techimpact.org/wp-content/cache/min/1/menu/page.js?ver=1676469577"></script> <!-- OptinMonster - http://optinmonster.com --><div id="om-txcmywf5g49m1von-holder"></div><script type="rocketlazyloadscript">var txcmywf5g49m1von,txcmywf5g49m1von_poll=function(){var r=0;return function(n,l){clearInterval(r),r=setInterval(n,l)}}();!function(e,t,n){if(e.getElementById(n)){txcmywf5g49m1von_poll(function(){if(window['om_loaded']){if(!txcmywf5g49m1von){txcmywf5g49m1von=new OptinMonsterApp();return txcmywf5g49m1von.init({u:"12469.234664",staging:0,dev:0});}}},25);return;}var d=false,o=e.createElement(t);o.id=n,o.src="//a.optnmnstr.com/app/js/api.min.js",o.onload=o.onreadystatechange=function(){if(!d){if(!this.readyState||this.readyState==="loaded"||this.readyState==="complete"){try{d=om_loaded=true;txcmywf5g49m1von=new OptinMonsterApp();txcmywf5g49m1von.init({u:"12469.234664",staging:0,dev:0});o.onload=o.onreadystatechange=null;}catch(t){}}}};(document.getElementsByTagName("head")[0]||document.documentElement).appendChild(o)}(document,"script","omapi-script");</script><!-- / OptinMonster --> <!-- Google Code for Remarketing Tag --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /* <![CDATA[ */
var google_conversion_id = 993415955;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="//www.googleadservices.com/pagead/conversion.js" defer> </script> <noscript><div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/993415955/?guid=ON&amp;script=0"/></div> </noscript></body></html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1688522499 -->